▲ | qrobit 9 days ago | |
I looked at the VerbalExpressionJS[1] example and it looks like combining parsers to me. If you need to make regex more verbose, better use parser combinator library when available. RegEx benefits compared to parser combinators other than compactness aren't obvious to me. [1]: <https://github.com/VerbalExpressions/JSVerbalExpressions/tre...> |