/

HTML / CSS / JavaScript Tutorial

JavaScript regular expressions: “\uhhhh” character

[this page | pdf | back links]

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

 

The character sequence \uhhhh in a regular expression (where each h is a hexadecimal digit) has a special meaning, namely the character specified by the (Unicode) hexadecimal number hhhh.

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript Regular Expressions


Desktop view | Switch to Mobile