forked from extern/nushell
Port str length command (#330)
Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
committed by
GitHub
parent
14a2918bba
commit
08d316f6a7
@ -107,6 +107,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrDowncase,
|
||||
StrEndswith,
|
||||
StrIndexOf,
|
||||
StrLength,
|
||||
StrFindReplace,
|
||||
StrKebabCase,
|
||||
StrPascalCase,
|
||||
|
Reference in New Issue
Block a user