Class ArrayUtils


  • public class ArrayUtils
    extends Object
    The type Array utils.
    • Method Detail

      • replace

        public static String[] replace​(String[] strs,
                                       String regex,
                                       String replacement)
        Replace string [ ].
        Parameters:
        strs - the strs
        regex - the regex
        replacement - the replacement
        Returns:
        string [ ]