Quote Originally Posted by ErosOlmi
Here we are again with a new development line: thinBasic preview version 1.4.0.1

We started this preview with a new module: VBRegExp. This module is a wrapper of Visual Basic Scripting Regular Expression COM interface. To use it you need Visual Basic Scripting 5.5 or above installed into your machine (default if you have Win2K or above). As you may know, we had some licence violation problems using native Power Basic regular expression functionalities. Power Basic for Windows is the compiler we use to build almost 95% of thinBasic. We didn't had the authorization to use native Power Basic RegEx functions. We think VBRegExp can be a good option for thinBasic users. We are in any case open to any suggestion on this matter.
Also find some example scripts on how to use module in \thinBasic\SampleScripts\VBRegExp\ directory ....
I found a free tool http://www.radsoftware.com.au/regexdesigner/ for testing regexes.