Hi David,
Which version of TextPipe? And is this using the perl pattern match?
According to some PCRE specs from 2012
http://www.pcre.org/pcre.txt
\s does include \xA0
I tested this in TextPipe 9.9.2 and it works fine. I put
in the trial run, then used the following filter list to convert the hex code to an actual character, then used \s to match on.
Which version of TP are you using?
|
|--Hex Decode
|
|--Perl pattern [\s] with [*]
| [ ] Match case
| [ ] Whole words only
| [ ] Case sensitive replace
| [X] Prompt on replace
| [ ] Skip prompt if identical
| [ ] First only
| [ ] Extract matches
| Maximum text buffer size 4096
| [ ] Maximum match (greedy)
| [ ] Allow comments
| [X] '.' matches newline
| [ ] UTF-8 Support
|