VBRegExp_New

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > VBRegExp >

VBRegExp_New

 

Description

 

Creates a new instance of the VBRegExp class.

 

Syntax

 

pReg = VBRegExp_New()

 

Returns

 

Number: a pointer to a new regular expression. Use this pointer in all subsequent regular expression usage

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Important: when done with this pointer, it is programmer responsibility to release it using VBRegExp_Release function

 

Restrictions

 

See also

 

Examples