Table of Contents

Class As

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

The class used to support regular expressions.

public static class As
Inheritance
As
Inherited Members

Methods

RegExp(string)

Sets the specified string as a regular expression.

public static RegExpProperty RegExp(string pattern)

Parameters

pattern string

The regular expression in VBScript syntax.

Returns

RegExpProperty