Class As
The class used to support regular expressions.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public static class As
Methods
RegExp(string)
Sets the specified string as a regular expression.
Declaration
public static RegExpProperty RegExp(string pattern)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pattern | The regular expression in VBScript syntax. |
Returns
| Type | Description |
|---|---|
| RegExpProperty |