Is there an existing issue for this?
Your question
I have read the Token Search codes, the feature is very useful, but it only use /\b\w+\b/g to split the sentence which cannot customize for special cases:
- the word within dot or other special chars;
- use in the some regions(like East Asian) not in the Romance languages.
Is there an existing issue for this?
Your question
I have read the Token Search codes, the feature is very useful, but it only use /\b\w+\b/g to split the sentence which cannot customize for special cases: