does not search for some Unicode.
regex:[^\x{200B}]
I would ask for a compatible Regex for Everything (PCRE), for Boost.Regex and .NET Regex


Glad it worked. But it will not work if the ZWSP is in the beginning or at the end of line.Debugger wrote: Fri Mar 22, 2019 11:32 amBig thanks, now it worksCode: Select all
.\x{200B}.
https://postimg.cc/bdRM9xcV
I checked it, it works for mebeginning or at the end of line.