Module string_generators
Source - Chars
- CHARS - Split string into individual characters
- Lines
- LINES - Split text into lines
- Split
- SPLIT - Split a string into rows based on delimiter
- Tokenize
- TOKENIZE - Extract words/tokens from text (similar to SPLIT but with normalization)