Navigation:  thinBasic Modules >

VBRegExp

Previous pageReturn to chapter overviewNext page

 

Description

 

This module load new functionalities for handling regular expressions.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "VBREGEXP"

 

Restrictions

 

 

Important notes about VBRegExp module usage

 

1.VBRegExp is based on Microsoft VBScript Regular Expressions 5.5. COM server
More info on can be found at: http://msdn2.microsoft.com/en-us/library/sx7b3k7y.aspx
 
2.If Microsoft VBScript Regular Expressions 5.5 is not installed into your system, this module will not run.

 

 

 

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