by vorlath
Simple to use C++ regular expressions class. Works with all compilers with STL and any OS. Also supports UNICODE!
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 ...
Fixed escape hex sequences in square brackets.
Fixed escape hex sequences in square brackets.
Fixed escape hex sequences in square brackets.
vorlath commented on the RE: complile error! forum thread
zzw820626 commented on the RE: complile error! forum thread
zzw820626 created the complile error! forum thread
CSRegEx is a non-recursive backtracking regular expression engine for C++ (NOT OS dependant). Supports lazy quantifiers, backreferences and UNICODE. This release has updates for compiling under gcc up to version 4.
vorlath committed patchset 11 of module source to the Free CSRegEx regular expressions engine CVS repository, changing 2 files
Will now compile with gcc. Tested on Linux RH FC4.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use