Regex Edit Distance
languagengine.co
Regex Edit Distance
1–2 of 2 posts
Re: Regex Edit Distance
#2The general idea here is that you can calculate not only whether or not a string matches a regex, but if it doesn't match, precisely by how much (in the minimal case).