Regular expressions

BlitzMax Forums/BlitzMax Programming/Regular expressions

Brendane(Posted 2006) [#1]
Didn't there used to be a regular expression module in BMax?


FlameDuck(Posted 2006) [#2]
No.


Brendane(Posted 2006) [#3]
Thanks. Anyone know of a good *working* public c/c++ regex source? I spent all last night making a mod out of the tiny reg ex library but its searches seem to fail often even for literals.


FlameDuck(Posted 2006) [#4]
PCRE looks pretty good and looks to me like it could make a good axe module some day...


Brendane(Posted 2006) [#5]
I'll take a look at that one thanks. If it's a smallish job i will probably 'mod'ify it myself.