CSRegEx is a non-recursive backtracking regular expression engine for C++ (NOT OS dependant). Supports lazy quantifiers, backreferences and UNICODE. Is now a stable (no longer beta) release.
This is a bugfix release for escaped hex characters inside square brackets.