Am I doing something wrong? I can't get Find>Regular expressions to match what I want using the 'Character Class Operators'.
if I create a new document, and enter
Code: Select all
01234 abcdefgCode: Select all
[0-9]Code: Select all
[:digit:]Likewise, if I put a space in the 'Find what' box, it correctly matches the space in the text, but if I search for
Code: Select all
[:space:]I have checked that 'Find>Regular expression' is ticked and 'Preferences>Editor>Use POSIX regex syntax' is not ticked.
Do I have to escape the Character Class Operators? I've tried
Code: Select all
\[:space:]Thanks
Nick