Monthly Archives: September 2013

Implementing preg_replace in VBScript

Here are a couple of wrapper VBScript functions that make using script’s built-in RegExp class similar to PHP’s preg_xxx family of functions. First a private helper function to initialize an instance of RegExp: This enables optionally to set flags of … Continue reading

Posted in Articles | Tagged , , , | Leave a comment