Package 

Object TextHelper

  • All Implemented Interfaces:

    
    public class TextHelper
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static TextHelper INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getHtmlWithoutLinks(String html) Remove <a> tags from html
      final Boolean isTwoLetters(String string) Checks if a string contains only letters and its exact length is 2.
      final Boolean isLocaleString(String string) Checks if a string contains a valid locale string (xx or xx_XX) - case insensitive
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait