public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
tokenize(String stringToBeParsed)
Parse string to tokens.
|
static String |
trimMultiline(String toTrim) |
public static List<String> tokenize(String stringToBeParsed)
stringToBeParsed - - string to be parsed to tokensCopyright © 2017 JBoss by Red Hat. All rights reserved.