digitalmars.D - Regular expression support in D2
- Justin Johansson (5/5) Sep 24 2009 Just having a poke under the D2/Phobos hood with a view to playing with ...
- Don (2/12) Sep 24 2009 Use std.regex. regexp is scheduled for deprecation.
Just having a poke under the D2/Phobos hood with a view to playing with D2 in anger (though I'm wary of jumping from D1 just right now). There are 2 modules: regex.d and regexp.d Which does one use for regular expression support in D2 and why? Is one legacy with respect to the other? Thanks -- Justin Johansson
Sep 24 2009
Justin Johansson wrote:Just having a poke under the D2/Phobos hood with a view to playing with D2 in anger (though I'm wary of jumping from D1 just right now). There are 2 modules: regex.d and regexp.d Which does one use for regular expression support in D2 and why? Is one legacy with respect to the other? Thanks -- Justin JohanssonUse std.regex. regexp is scheduled for deprecation.
Sep 24 2009