JavaScript regular expressions: “.”
character
[this page | pdf | back links]
A JavaScript
regular expression takes the form: /pattern/modifiers
The character “.”
in a regular expression has a special meaning, namely a single character, other
than a new line or line terminator.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Regular Expressions