Navigation:  thinBasic Modules > VBRegExp >

VBRegExp_New

Previous pageReturn to chapter overviewNext page

 

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

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com