public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
escapeSplit(String escape,
String splat,
String inp)
Split a string on every occurance of a string not preceeded by an escape.
|
public static String[] escapeSplit(String escape, String splat, String inp)
escape - The escape that stops splitting.splat - The string to split on.inp - The string to split.Copyright © 2019. All rights reserved.