forked from extern/nushell
add a split words command (#6363)
* add a split words command * changed regex
This commit is contained in:
@ -184,6 +184,7 @@ pub fn create_default_context() -> EngineState {
|
||||
SplitChars,
|
||||
SplitColumn,
|
||||
SplitRow,
|
||||
SplitWords,
|
||||
Str,
|
||||
StrCamelCase,
|
||||
StrCapitalize,
|
||||
|
Reference in New Issue
Block a user