|
@@ -87,8 +87,6 @@ Allows for using regular expressions as a mask
|
|
|
|
|
|
|
|
if (currentToken.matches.length > 0)
|
|
if (currentToken.matches.length > 0)
|
|
|
opts.regexTokens.push(currentToken);
|
|
opts.regexTokens.push(currentToken);
|
|
|
-
|
|
|
|
|
- console.log(JSON.stringify(opts.regexTokens));
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
function validateRegexToken(token, fromGroup) {
|
|
function validateRegexToken(token, fromGroup) {
|