. Matches any single character
[ ] A bracket expression. Matches a single character that is contained within the brackets.
[^ ] Matches a single character that is not contained within the brackets.
^ Matches the starting position within the string. In line-based tools, it matches the starting position of any line.
$ Matches the ending [...]
Archive for the ‘Javascript’ Category
Regular Expressions
Posted in Javascript, tagged Regular Expression on September 30, 2008 | Leave a Comment »