Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
oRE = CreateObject("VBScript.RegExp")
oRE.Pattern = "[i]regular expression here[/i]"
lcString = "[i]string to search[/i]"
llResult = oRE.test(lcString)
The full reference of the RegExp Object of VBScript is very small