kactoos-jvm / nnl.rocks.kactoos.text / SplitText
class SplitText : Iterable<Text>
Split the Text.
Since 0.5
| Name | Summary |
|---|---|
| <init> | SplitText(text: String, rgx: String)SplitText(origin: KText, regex: KText)Split the Text. |
| Name | Summary |
|---|---|
| iterator | fun iterator(): Iterator<Text> |