Port str indexof (#327)

* Port str indexof

* Fix clippy warning

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
onthebridgetonowhere
2021-11-11 20:45:39 +01:00
committed by GitHub
parent 568e566adf
commit e756a9ea04
3 changed files with 416 additions and 0 deletions

View File

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