factor/basis/validators
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
..
authors.txt
summary.txt
tags.txt
validators-docs.factor
validators-tests.factor factor: Let url"" and sbuf"" work without spaces. 2018-08-02 10:37:02 -04:00
validators.factor regexp: Add re:: and re[[ ]] and use new syntax. 2019-10-29 23:03:33 -05:00