Class Strings

java.lang.Object
eu.bandm.tools.util.Strings

public class Strings extends Object
Utility class for string manipulation.
  • Method Details

    • prefix

      public static String prefix(String s, int len)
      Deliver the prefix of the given string of the given max length.