Re: RegExp support in Euphoria
- Posted by Robert Craig <rds at ATTCANADA.NET> Oct 22, 1999
- 432 views
Bruce Axtens writes: > Attached is some C++ code (Macintosh line ends > so watch it) which implements regular expressions. > I can't make head nor tail of it but if you can, how > about providing a "regexp.e" Thanks for the code. I'll take a look at it. David Cuny already did something in this area. A file search for: regular expression turns up: Regular Expression Matcher 4K David Cuny Sep 24/98 a library routine that matches regular expressions, such as [-+]?[0-9]+[0-9]* against strings of text. http://members.aol.com/EnjoyCruz/regexpr.zip Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com