JavaScript regular expressions: â\tâ
character
[this page | pdf | back links]
A JavaScript
regular expression takes the form: /pattern/modifiers
The character sequence \t
in a regular expression has a special meaning, namely a (horizontal) tab.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Regular Expressions