12 Mar
2007
12 Mar
'07
4:49 p.m.
Jonathon Douglas wrote:
Ive tried that, however been a complete newbie to boost im probably still missing something obvious. Heres the test code so far
If you want to *find* some text within a string then you need to call regex_search. regex_match only succeeds if *all* of the text can be matched by the expression (think validating data input). John.