Flagrant Badassery

A JavaScript and regular expression centric blog

Archive for August, 2008

Unicode Plugin for XRegExp

I've released a simple plugin for XRegExp (my JavaScript regex library) that adds support for Unicode properties and blocks to JavaScript regular expressions. It uses the Unicode 5.1 character database, which is the very latest version. The Unicode plugin enables the following Unicode properties/categories in any XRegExp: \p{L} — Letter \p{M} — Mark \p{N} — Number \p{P} — Punctuation \p{S} — [...]

Read More