add a split words command (#6363)

* add a split words command

* changed regex
This commit is contained in:
Darren Schroeder
2022-08-19 12:55:54 -05:00
committed by GitHub
parent 5a56d47f25
commit 99c42582fe
3 changed files with 324 additions and 0 deletions

View File

@ -184,6 +184,7 @@ pub fn create_default_context() -> EngineState {
SplitChars,
SplitColumn,
SplitRow,
SplitWords,
Str,
StrCamelCase,
StrCapitalize,