VBRegExp

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

VBRegExp

 

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.