Y
Hacker News
new
|
ask
|
show
|
jobs
by
e12e
3296 days ago
Don't forget splitting on word boundaries and/or whitespace - going from a string of text to an iterable collection of words (strings).
1 comments
SideburnsOfDoom
3296 days ago
Or for the case of (e.g.) domain names, splitting on dots. Generally, given a collection of split chars, breaking the string into a collection of substrings.
link