Sorcerer's IsleCode cfRegex / commits

8082ddb Initial commit of cfRegex at v0.3

 docs.pdf (new)                             | Bin 0 -> 452929 bytes
 license.txt (new)                          | 165 +++++
 readme.md (new)                            |  60 ++
 src/Regex.cfc (new)                        | 673 +++++++++++++++++++
 src/functions/RegexCompile.cfm (new)       |   5 +
 src/functions/RegexEscape.cfm (new)        |   6 +
 src/functions/RegexFind.cfm (new)          |   9 +
 src/functions/RegexMatch.cfm (new)         |  12 +
 src/functions/RegexMatches.cfm (new)       |   7 +
 src/functions/RegexQuote.cfm (new)         |   5 +
 src/functions/RegexReplace.cfm (new)       |  11 +
 src/functions/RegexSplit.cfm (new)         |  11 +
 src/legacy/Regex.cfc (new)                 | 675 ++++++++++++++++++++
 src/legacy/functions/include-all.cfm (new) |  10 +
 src/legacy/regex.cfm (new)                 | 122 ++++
 15 files changed, 1771 insertions(+)
view diff