Module string_generators

Module string_generators 

Source

Structsยง

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)