/

HTML / CSS / JavaScript Tutorial

JavaScript regular expressions: ā€œ\Dā€ character

[this page | pdf | back links]

A JavaScript regular expression takes the form: /pattern/modifiers

 

The character sequence \D in a regular expression has a special meaning, namely a non-digit.

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript Regular Expressions


Desktop view | Switch to Mobile