forked from extern/nushell
Port str indexof (#327)
* Port str indexof * Fix clippy warning Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
committed by
GitHub
parent
568e566adf
commit
e756a9ea04
@ -104,6 +104,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrContains,
|
||||
StrDowncase,
|
||||
StrEndswith,
|
||||
StrIndexOf,
|
||||
StrFindReplace,
|
||||
StrKebabCase,
|
||||
StrPascalCase,
|
||||
|
Reference in New Issue
Block a user