D - regex
- Matthew Wilson (5/5) Mar 29 2003 Has any done, or is doing, a regex for D?
- Burton Radons (2/6) Mar 29 2003 Uh, use the "regexp" module in Phobos.
- Matthew Wilson (5/11) Mar 29 2003 LOL! Good on ya, Matty. Doh!
- Manfred Hansen (5/12) Apr 11 2003 Hello,
- Ilya Minkov (7/17) Apr 11 2003 A propos regexp: i somehow think that a simple embedded parser library
- Mark Evans (5/7) Apr 11 2003 I like PCRE. Very mature, ANSI C, cross-platform, loose license. Perl
- Matthew Wilson (6/13) Apr 11 2003 Excellent!
Has any done, or is doing, a regex for D? I'm a bit of a dunce with regex; should we just import a regex C library? If so, does anyone know of any? Thanks Matthew
Mar 29 2003
Matthew Wilson wrote:Has any done, or is doing, a regex for D? I'm a bit of a dunce with regex; should we just import a regex C library? If so, does anyone know of any?Uh, use the "regexp" module in Phobos.
Mar 29 2003
LOL! Good on ya, Matty. Doh! Thanks Burton "Burton Radons" <loth users.sourceforge.net> wrote in message news:b6569s$c2m$1 digitaldaemon.com...Matthew Wilson wrote:library? IfHas any done, or is doing, a regex for D? I'm a bit of a dunce with regex; should we just import a regex Cso, does anyone know of any?Uh, use the "regexp" module in Phobos.
Mar 29 2003
Hello, have someone a little example for regex? Regards, Manfred Burton Radons wrote:Matthew Wilson wrote:Has any done, or is doing, a regex for D? I'm a bit of a dunce with regex; should we just import a regex C library? If so, does anyone know of any?Uh, use the "regexp" module in Phobos.
Apr 11 2003
A propos regexp: i somehow think that a simple embedded parser library is better for most of the same tasks. A library modelled after this one could be useful: http://spirit.sourceforge.net/index.php?doc=docs/v1_6/index.html As i said once, i was intending to do one. -i. Matthew Wilson wrote:Has any done, or is doing, a regex for D? I'm a bit of a dunce with regex; should we just import a regex C library? If so, does anyone know of any? Thanks Matthew
Apr 11 2003
Matthew Wilson askedI'm a bit of a dunce with regex; should we just import a regex C library? If so, does anyone know of any?I like PCRE. Very mature, ANSI C, cross-platform, loose license. Perl compatible for those who care. http://www.pcre.org/ Mark
Apr 11 2003
Excellent! I think should help a lot in a bit of research that I'll be doing in a few months' time. C-compat as well. Very nice. :) "Mark Evans" <Mark_member pathlink.com> wrote in message news:b77fk2$1v06$1 digitaldaemon.com...Matthew Wilson askedIfI'm a bit of a dunce with regex; should we just import a regex C library?so, does anyone know of any?I like PCRE. Very mature, ANSI C, cross-platform, loose license. Perl compatible for those who care. http://www.pcre.org/ Mark
Apr 11 2003