forked from extern/nushell
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:
committed by
GitHub
parent
bb1740d733
commit
d094f654c3
@ -101,6 +101,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrCollect,
|
||||
StrContains,
|
||||
StrDowncase,
|
||||
StrEndswith,
|
||||
StrKebabCase,
|
||||
StrPascalCase,
|
||||
StrScreamingSnakeCase,
|
||||
|
Reference in New Issue
Block a user