Difference between revisions of "Regular expressions"
(→See also: See Also: Regular Expressions article on dlang.org) |
(See also -> External links) |
||
Line 1: | Line 1: | ||
Regular expressions are a powerful way of specifying text-matching patterns in a concise way. They are very useful in text-processing applications, so D provides a regular expression library [http://dlang.org/phobos/std_regex.html std.regex] in its standard library [[Phobos]]. | Regular expressions are a powerful way of specifying text-matching patterns in a concise way. They are very useful in text-processing applications, so D provides a regular expression library [http://dlang.org/phobos/std_regex.html std.regex] in its standard library [[Phobos]]. | ||
− | == | + | ==External links== |
* [http://www.regular-expressions.info/ Introduction to regular expressions] | * [http://www.regular-expressions.info/ Introduction to regular expressions] |