Port str length command (#330)

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
onthebridgetonowhere
2021-11-13 22:25:55 +01:00
committed by GitHub
parent 14a2918bba
commit 08d316f6a7
3 changed files with 115 additions and 0 deletions

View File

@ -107,6 +107,7 @@ pub fn create_default_context() -> EngineState {
StrDowncase,
StrEndswith,
StrIndexOf,
StrLength,
StrFindReplace,
StrKebabCase,
StrPascalCase,