String..::..Search Method (Regex)
The search() method executes a search for a match between a regular expression and this String object.
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).