amxmodx/dlls/regex
Arkshine 287f471ac4 Regex: Remove regex_match_ex and RegexError tag, change regex_match_all to use flags and update documentation.
- regex_match_ex was kind of duplicated.
- regex_match_all uses now integer flags (header like regex_compiler_ex)
- Removed RegexError tag to allow old natives to use these constants without mismatch tag error.
- Made all error params optional
2014-07-08 00:08:35 +02:00
..
lib_darwin Regex: Update compiled libraries and pcre.h to v8.35. 2014-07-06 12:23:22 +02:00
lib_linux Regex: Update compiled libraries and pcre.h to v8.35. 2014-07-06 12:23:22 +02:00
lib_win Regex: Update compiled libraries and pcre.h to v8.35. 2014-07-06 12:23:22 +02:00
msvc10 Regex: Use AMTL. 2014-07-06 12:23:22 +02:00
sdk Update versioning for AMBuild and git. 2014-02-08 20:37:33 -08:00
AMBuilder Regex: Use AMTL. 2014-07-06 12:23:22 +02:00
CRegEx.cpp Regex: Add regex_match_all_c and regex_match_all natives (by Nextra) 2014-07-07 20:49:38 +02:00
CRegEx.h Regex: Add regex_match_all_c and regex_match_all natives (by Nextra) 2014-07-07 20:49:38 +02:00
Makefile Fixed building with newly updated SDK. 2013-09-05 19:51:52 -05:00
module.cpp Regex: Remove regex_match_ex and RegexError tag, change regex_match_all to use flags and update documentation. 2014-07-08 00:08:35 +02:00
pcre.h Regex: Update compiled libraries and pcre.h to v8.35. 2014-07-06 12:23:22 +02:00