Search This Blog

Thursday, November 7, 2013

Regular expression C#

C# > Text > Regular expression

A regular expression is a pattern. The engine try to find matches in input text using this pattern.
A pattern contains character literals, operators and constructs.