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
authors.txt
pcre-docs.factor
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
tags.txt basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00