Version 0.1.4 — 2007-12-22
- Enhancement: Trailing range-hyphens in unclosed character classes are no longer highlighted as errors.
- Fix: A leading, literal newline in the regex field caused highlighting misalignment (IE only).
- Fix: Lowercase control characters are recognized (i.e.,
\ca
is equivalent to \cA
).
Version 0.1.2 — 2007-10-18
- Enhancement: A new link at the bottom of the page allows easily generating a permalink to the current regex, input, and flags.
- Fix: Some valid interval quantifiers such as
{9,10}
were highlighted as errors (v0.1.1 only).
Version 0.1.1 — 2007-08-30
- New feature: The regex, test data, and flags used when the page first loads can be specified in the query string.
- Fix: Interval quantifiers in reverse numeric order such as
{3,1}
are highlighted as errors.
- Fix: Interval quantifiers with values greater than 65,535 such as
{0,65536}
are highlighted as errors to mimic Firefox's handling.
Version 0.1 — 2007-08-05
Credits
RegexPal is dual-licensed under the MPL 2 or LGPL 3 license.
Send me feedback. Buy my book: Regular Expressions Cookbook.