Regular expressions

From D Wiki
Revision as of 19:28, 17 December 2012 by Quickfur (talk | contribs) (stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Regular expressions are a powerful way of specifying a text-matching pattern 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