Regular expressions

From D Wiki
Revision as of 00:45, 5 January 2018 by D user (talk | contribs) (See also: See Also: Regular Expressions article on dlang.org)
Jump to: navigation, search

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 std.regex in its standard library Phobos.

See also