Regular expressions

BlitzMax Forums/BlitzMax Programming/Regular expressions

Didn't there used to be a regular expression module in BMax?

No.

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.

PCRE looks pretty good and looks to me like it could make a good axe module some day...

I'll take a look at that one thanks. If it's a smallish job i will probably 'mod'ify it myself.