<< 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 2.If Microsoft VBScript Regular Expressions 5.5 is not installed into your system, this module will not run.
|