Port str downcase and str contains (#319)

* Port str contains command

* Add another test case / example for str contains

* Port str downcase to engine-q

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
onthebridgetonowhere
2021-11-09 21:16:53 +01:00
committed by GitHub
parent ef20b5f1ef
commit 0f516a0830
4 changed files with 356 additions and 0 deletions

View File

@ -97,6 +97,8 @@ pub fn create_default_context() -> EngineState {
StrCamelCase,
StrCapitalize,
StrCollect,
StrContains,
StrDowncase,
StrKebabCase,
StrPascalCase,
StrScreamingSnakeCase,