Arkshine
9c84c17d5e
Regex: Update regex_subtr (Increase buffer and make it UTF-8 safe)
2014-07-17 14:02:21 +02:00
Arkshine
939a724b1a
Regex: Add regex_replace native.
2014-07-17 11:21:06 +02:00
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
Arkshine
a44d20b26b
Regex: Add regex_match_all_c and regex_match_all natives (by Nextra)
2014-07-07 20:49:38 +02:00
Arkshine
ee4f6b8a89
Regex: Use AMTL.
2014-07-06 12:23:22 +02:00
Arkshine
f9503cb98a
Regex: Add regex_compile_ex and regex_match_ex natives.
...
Purpose is to use the PCRE flags and error num directly.
Harcoding flags letters is really not readable and friendly.
Also this makes error params optionnal.
2014-07-05 12:21:36 +02:00
Steve Dudenhoeffer
48022d3c5c
Implemented amb673 - pre-compiled regular expression support.
...
Also commented in the include file a bit better.
2007-08-01 17:36:10 +00:00
Scott Ehlert
2f6fe9fac4
MSVC8 Project Files + SDK Update
...
Also updated to pcre 6.4
Added lib_linux64/pcrelib - should fix issue with module requiring libpcre as external dependency on AMD64
2006-04-07 10:51:09 +00:00
David Anderson
74dca8b6ef
Fixed some bugs
2004-10-05 08:51:57 +00:00
David Anderson
d1ee9ee9ba
*** empty log message ***
2004-10-05 08:33:31 +00:00
David Anderson
380f560fa4
Finalized (not tested!)
2004-10-05 08:32:23 +00:00
David Anderson
8a57648b87
AMD64 support
2004-10-05 08:13:55 +00:00
David Anderson
41b6f6bd4a
Initial import (untested!)
2004-10-05 07:17:49 +00:00