String..::..Match Method (Regex)
The match() method retrieves the matches when matching a string against a regular expression.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- Regex
- Type: Bridge.Text.RegularExpressions..::..Regex
A regular expression object. If a non-Regex object obj is passed, it is implicitly converted to a Regex by using new Regex(obj).