public class StringUtil extends Object
Modifier and Type | Method and Description |
---|---|
static ArrayOfString |
split(String s,
String regexp)
Splits a
String into an array of substrings. |
static ArrayOfString |
split(String s,
String regexp,
int limit)
Splits a
String into an array of substrings. |
public static ArrayOfString split(String s, String regexp)
String
into an array of substrings.public static ArrayOfString split(String s, String regexp, int limit)
String
into an array of substrings.Copyright © 2018. All rights reserved.