Test to see if the supplied Text matches a Regular Expression.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| text |
String |
|
|
The Text to test. |
| regularExpression |
String |
|
|
The Regular Expression. |
| ignoreCase |
Boolean |
Optional |
|
Indicates whether to Ignore Case.
If omitted, a value of False is assumed. |
Return Value
Boolean
A Boolean value indicating whether a Match was found.
- Member of:
- ISTextUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0