Table of Contents

Class As

The class used to support regular expressions.

Inheritance
As
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