Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation request: Levenshtein Distance / Editing Distance #1489

Closed
ichhabkeinbock opened this issue Dec 13, 2022 · 1 comment · Fixed by #1498
Closed

Operation request: Levenshtein Distance / Editing Distance #1489

ichhabkeinbock opened this issue Dec 13, 2022 · 1 comment · Fixed by #1498

Comments

@ichhabkeinbock
Copy link

Summary

Please add the Levenshtein Distance as an Operator to compare how similar two strings are.

Example Input

cyberchef
cyb3rch3f

Example Output

2 (since both e's need to be changed to to a three, that's two steps, such is the result)

@mikecat
Copy link
Contributor

mikecat commented Jan 10, 2023

Implemented!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants