Package org.openl.rules.helpers
Class ArraySplitter
- java.lang.Object
-
- org.openl.rules.helpers.ArraySplitter
-
public class ArraySplitter extends Object
A utility class for parsing a string into array, elements of which are delimited by a comma','. Comma symbol can be escaped by the backslash symbol'\'.- Author:
- Yury Molchan
-
-
Constructor Summary
Constructors Constructor Description ArraySplitter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisArray(String text)Checks if the given string can be recognized as an array.static String[]split(String text)Splits the given string into the array elements.
-