forked from extern/nushell
add edit distance/levenshtein command (#6383)
* add edit distance/levenshtein command * change output to a record * update test
This commit is contained in:
@ -190,6 +190,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrCapitalize,
|
||||
StrCollect,
|
||||
StrContains,
|
||||
StrDistance,
|
||||
StrDowncase,
|
||||
StrEndswith,
|
||||
StrReplace,
|
||||
|
Reference in New Issue
Block a user