
Although there are a good range of text handling functions in VBScript, there are times when the required text replacement operation would be very tricky to carry out with a combination of calls to functions such as Replace, InStr and Left. In these cases, it is worth considering the use of VBScript's regular expressions, which are supported from VBScript version 5 upwards. An introduction to VBScript Regular Expressions is available.
|