Search found 1 match

by nickholmes
Mon Nov 01, 2010 12:48 pm
Forum: General
Topic: Something wrong with regex?
Replies: 1
Views: 260

Something wrong with regex?

Hi

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
01234 abcdefg on the first line, then use the find tool to search for
[0-9] it matches what I would expect; 0, 1, 2, 3 and 4, but ...