Home
JavaScript Tutorial
Language Basics
Operators
Statement
Development
Number Data Type
String
Function
Global
Math
Form
Array
Date
Dialogs
Document
Event
Location
Navigator
Screen
Window
History
HTML Tags
Style
DOM Node
Drag Drop
Object Oriented
Regular Expressions
XML
GUI Components
Dojo toolkit
jQuery
Animation
MS JScript
Introduction « Regular Expressions « JavaScript Tutorial
JavaScript Tutorial
Regular Expressions
Introduction
26.1.Introduction
26.1.1.
Pattern Matching
26.1.2.
Defining Patterns
26.1.3.
All the characters that require a backslash character to be taken literally within a pattern.
26.1.4.
Pattern Attributes
26.1.5.
Testing for Pattern Matches
26.1.6.
The pattern matching methods in the RegExp object require String objects.