How To /
Regular Expressions
Difference (last change) (no other diffs, normal page display)
Changed: 5c5
|
Dsource Example: |
|
Example: |
Changed: 8c8
|
* |
|
* |
Changed: 11,14c11,14
|
* Regular Expression HOWTO (for Python): * Perl Regular Expressions Tutorial: * Kodos - The Python Regex Debugger: * regularexpressions.info - |
|
* * * * |
D has regular expression support in Phobos in
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:
EasyPCRE (Perl Compatible)
Regular Expression HOWTO (for Python)
Perl Regular Expressions Tutorial
Kodos: The Python Regex Debugger
regularexpressions.info