- Posted by
- Run a Perl regular expression find with search string [^\x00-\xFF]+ to find one or more characters with a code value NOT in range 0 to 255 (decimal, 00 to FF hexadecimal), i.e. exclude ASCII and Latin-1 characters. It would be also possible to use [^\x00-\x7F]+ (not in range 0 to 127 decimal) to exc...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
Sep 02, 2020