ILocale.breakWords

Returns slices of text that represent individual words interleaved with the content that separates them.

interface ILocale
string[]
breakWords
(
string text
)
out (words; words.isPartitionOf(text))

Meta