Add str collect (#311)

* Add str collect

* Oops, missing file
This commit is contained in:
JT
2021-11-09 14:59:44 +13:00
committed by GitHub
parent ce714f098f
commit 47628946b6
6 changed files with 117 additions and 18 deletions

View File

@ -25,7 +25,6 @@ pub fn create_default_context() -> EngineState {
Alias,
Benchmark,
BuildString,
CamelCase,
Cd,
Collect,
Cp,
@ -49,7 +48,6 @@ pub fn create_default_context() -> EngineState {
FromJson,
Get,
Griddle,
KebabCase,
Help,
Hide,
If,
@ -83,7 +81,6 @@ pub fn create_default_context() -> EngineState {
Mkdir,
Module,
Mv,
PascalCase,
ParEach,
Ps,
Range,
@ -92,12 +89,17 @@ pub fn create_default_context() -> EngineState {
Select,
Shuffle,
Size,
ScreamingSnakeCase,
SnakeCase,
Split,
SplitChars,
SplitColumn,
SplitRow,
Str,
StrCamelCase,
StrCollect,
StrKebabCase,
StrPascalCase,
StrScreamingSnakeCase,
StrSnakeCase,
Sys,
Table,
To,