Ask HN: Why isn't there a widely accepted replacement for regular expressions?
They're notoriously difficult to understand, and there have been lots of attempts to support alternatives that are more human readable (these examples include alternatives and Regex wrappers):
* https://github.com/VerbalExpressions/JSVerbalExpressions
* https://github.com/Engelberg/instaparse
* https://drup.github.io/2016/08/12/tyre/
3 comments
[ 2.0 ms ] story [ 19.1 ms ] threadThat's more an indicator that the person should learn about regular expressions than anything.