Class StringUtils


  • public final class StringUtils
    extends Object
    • Method Detail

      • asciify

        public static String asciify​(String s)
        Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists.
        Parameters:
        s - the string to convert.
        Returns:
        the converted string.