Archives "Regex"
Classic ASP Regular Expression Autolink Function
Posted by Ariel G. Saputra in Classic ASP, Tutorials on 16. May, 2009 | 7 Comments
During my session in creating Simple Twitter API for Classic ASP (VBScript), I need a function to search valid URL format in body text and convert them into click able link (autolink). Fortunately as in other programming languages, Classic ASP (VBScript) also has support REGULAR EXPRESSION even with limited methods & Properties. In this case we only need the Regexp.Replace method, below is the detail function.


