j
k
j a
j l
I'm trying to use hex codes in a regular expression from the find dialog:
[^\x00-\x80]
This doesn't work to find non-ASCII characters
Nor does this:
\x20
to find spaces
Am I doing something wrong?
Thanks Jeremy
Show replies by date
Try this:
[^\x{00}-\x{80}]
Hans
On 06.06.2007, at 14:38, Jeremy Bernstein wrote:
I'm trying to use hex codes in a regular expression from the find dialog: [^\x00-\x80] This doesn't work to find non-ASCII characters Nor does this: \x20 to find spaces Am I doing something wrong? Thanks Jeremy For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
textmate@lists.macromates.com
Add to favorites Remove from favorites