public marks

PUBLIC MARKS from holyver with tags howto & regex

21 November 2006 17:15

JavaScript Kit- RegExp (regular expression) object

(via)
Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. You can perform complex tasks that once required lengthy procedures with just a few lines of code using regular expressions.