Regex. For testing
and manipulating text,
the Regex class is useful. With Regex, we use a text-processing language. This language easily handles string data.
Match. This program uses Regex. Please notice the System.Text.RegularExpressions namespace. The Regex pattern "d+" matches one or more digit characters together.