forked from extern/nushell
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:
committed by
GitHub
parent
ef20b5f1ef
commit
0f516a0830
@ -97,6 +97,8 @@ pub fn create_default_context() -> EngineState {
|
||||
StrCamelCase,
|
||||
StrCapitalize,
|
||||
StrCollect,
|
||||
StrContains,
|
||||
StrDowncase,
|
||||
StrKebabCase,
|
||||
StrPascalCase,
|
||||
StrScreamingSnakeCase,
|
||||
|
Reference in New Issue
Block a user