add edit distance/levenshtein command (#6383)

* add edit distance/levenshtein command

* change output to a record

* update test
This commit is contained in:
Darren Schroeder
2022-08-23 08:53:14 -05:00
committed by GitHub
parent 884382bac4
commit 6fbc76bc0f
3 changed files with 137 additions and 0 deletions

View File

@ -190,6 +190,7 @@ pub fn create_default_context() -> EngineState {
StrCapitalize,
StrCollect,
StrContains,
StrDistance,
StrDowncase,
StrEndswith,
StrReplace,