Re: What is Best RegEx for Euphoria, are there options?
- Posted by jeremy (admin) Jun 03, 2009
- 1059 views
mattlewis said...
Euphoria 4.0 will support regexes out of the box, using PCRE in the back end.
It's important to note that regexes will be built into the language, no .dll/.so files are needed to make it work. Further, Euphoria 4.0 does support regexes, which is what Matt means, I am sure. "will" support seems like something yet to be added, but it has been in 4.0 for some time now. They are used in production apps also, such as the doc generation and even this forum.
Jeremy