Last update January 17, 2007

How To /
Regular Expressions



Difference (last change) (no other diffs, normal page display)

Changed: 5c5
Dsource Example: DsourceTutorial:RegularExpressionsExample
Example: Regular Expressions Example

Changed: 8c8
* EasyPCRE (Perl Compatible)
* EasyPCRE (Perl Compatible)

Changed: 11,14c11,14
* Regular Expression HOWTO (for Python): http://www.amk.ca/python/howto/regex/
* Perl Regular Expressions Tutorial: http://www.zvon.org/other/PerlTutorial/Output/index.html
* Kodos - The Python Regex Debugger: http://kodos.sourceforge.net/
* regularexpressions.info - http://www.regularexpressions.info/
* Regular Expression HOWTO (for Python)
* Perl Regular Expressions Tutorial
* Kodos: The Python Regex Debugger
* regularexpressions.info

D has regular expression support in Phobos in std.regexp.

The Digital Mars regular expression engine is common to DMC amd DMD.

Example: Regular Expressions Example

An alternative RE class that can be used in D instead of the std.regexp:

Regular expressions with Digital Mars and D aren't exactly the same as the regular expressions in Perl and Python, but these tutorials should still be helpful:
FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: January 17, 2007 23:05 (diff))