Vyxapedia
Element - øW
- Group on words
Characters:
ø
,
W
Description
Group a string on words
Overloads
str
- Group a on words, leaving chunks of [a-zA-Z] together and having everything else as a single character
Examples
`abc*xyz` øW
=
⟨`abc`|`*`|`xyz`⟩
`$$$` øW
=
⟨`$`|`$`|`$`⟩