breakWords

Break words on whitespace and punctuation. Splitter characters stick to the word that precedes them, e.g. foo!! bar. is split as ["foo!! ", "bar."].

@safe
breakWords
(
Range
)
(
Range range
)

Meta