public class ArrayUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String[] |
dropFromEndWhile(String[] array,
String regex)
Process an array of String and get rid of every Strings after an empty on.
|
public static String[] dropFromEndWhile(String[] array, String regex)
array - The String[] array to processregex - unusedCopyright © 2004–2025 Apache MINA Project. All rights reserved.