Blog
VBScript – RegExp Replace Using A Callback Function
One of the nice things about JavaScript is its functional nature. This is especially nice when it comes to dealing with strings and regular expressions. For instance, in JavaScript, you can use the following code to capitalize every other letter in a string: Cool stuff, right? Wouldn’t it be nice Read more…