String..::..Search Method (String)
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: System..::..String
A regular expression object. If a non-Regex object obj is passed, it is implicitly converted to a Regex by using new Regex(obj).