| Constructor and Description |
|---|
SplitUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
split(String str,
char separator) |
static String[] |
split(String str,
Pattern separator) |
static String[] |
splitByLine(String str) |
Copyright © 2021. All rights reserved.