factor/extra/pcre
Doug Coleman 422078e01e regexp: Add re:: and re[[ ]] and use new syntax.
R/ / is a crazy syntax to support.
- it makes / a special character
- you have to escape forward slashes which is awkward in any language with R/ / syntax
- re"\d" is not a valid regexp string, gotta do the escapes later
-- the only universal escape in a string is either \" or even "none" as a default option
2019-10-29 23:03:33 -05:00
..
ffi pcre: only include PCRE_UCP on versions >= 8.10 of PCRE 2016-08-19 21:09:00 +02:00
authors.txt authors, use utf-8 to fix Björn's name 2015-08-07 20:27:39 -07:00
pcre-docs.factor pcre: new word 'version' for getting the version of the library 2016-08-19 20:50:58 +02:00
pcre-tests.factor regexp: Add re:: and re[[ ]] and use new syntax. 2019-10-29 23:03:33 -05:00
pcre.factor pcre: fix :: 2018-08-02 08:39:31 -04:00
summary.txt pcre: authors and summary files 2013-11-19 18:13:39 -08:00
tags.txt basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00