Quote:
Originally Posted by 1v4n0
Thank you. I just tried it and it almost works: it unfortunately matches accented letters as if they were word boundaries:
matches àa, aè, etc.
|
Turn on the Unicode Character Properties for \B\b \S\s \W\w with the (*UCP) modifier.
Instead of merely:
Use:
Then unicode characters shouldn't be detected as word boundaries.