Add str title-case (#5573)

Co-authored-by: kyle <kyle@archtop.local>
This commit is contained in:
krober
2022-05-18 08:57:20 -05:00
committed by GitHub
parent 7d9a77f179
commit 1e94793df5
3 changed files with 95 additions and 0 deletions

View File

@ -194,6 +194,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
StrStartsWith,
StrSubstring,
StrTrim,
StrTitleCase,
StrUpcase
};