Y
Hacker News
new
|
ask
|
show
|
jobs
Regex Edit Distance
(
languagengine.co
)
2 points
by
psygnisfive
3676 days ago
1 comments
psygnisfive
3676 days ago
The 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).
link