Port str endswith (#321)

* Port str endswith command

* Fix clippy warnings

* Styling

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
onthebridgetonowhere
2021-11-10 01:51:55 +01:00
committed by GitHub
parent bb1740d733
commit d094f654c3
3 changed files with 126 additions and 0 deletions

View File

@ -101,6 +101,7 @@ pub fn create_default_context() -> EngineState {
StrCollect,
StrContains,
StrDowncase,
StrEndswith,
StrKebabCase,
StrPascalCase,
StrScreamingSnakeCase,