ESM: Ported RegEx operations

This commit is contained in:
Matt C 2018-05-28 00:39:03 +01:00
parent 049656ec6b
commit 6a561185df
3 changed files with 350 additions and 1 deletions

View file

@ -52,7 +52,7 @@ import "./tests/operations/PHP";
import "./tests/operations/NetBIOS";
import "./tests/operations/OTP";
import "./tests/operations/PowerSet";
// import "./tests/operations/Regex";
import "./tests/operations/Regex";
import "./tests/operations/Rotate";
import "./tests/operations/StrUtils";
import "./tests/operations/SeqUtils";