VB6 Sites

TwitterFacebook
Get flash to fully experience Pearltrees
Unlike Visual Basic.NET , which has access to the excellent regular expression support of the .NET framework , good old Visual Basic 6 does not ship with any regular expression support. However, VB6 does make it very easy to use functionality provided by ActiveX and COM libraries. One such library is Microsoft's VBScript scripting library, which has decent regular expression capabilities starting with version 5.5. It implements the same regular expression flavor used in JavaScript , as standardized in the ECMA-262 standard for JavaScript. This library is part of Internet Explorer 5.5 and later. http://www.regular-expressions.info/vb.html

Regular Expressions in Visual Basic 6 - VB RegExp