Class StringHelper

java.lang.Object
org.iworkz.habitat.helper.StringHelper

@Singleton
public class StringHelper
extends Object
  • Constructor Details

    • StringHelper

      public StringHelper()
  • Method Details

    • hasValue

      public boolean hasValue​(String s)
    • toFirstUpper

      public String toFirstUpper​(String s)
    • underLineSeperatedToCamelCase

      public String underLineSeperatedToCamelCase​(String s)
    • camelCaseToUnderLineSeperated

      public String camelCaseToUnderLineSeperated​(String s)
    • splitByCamelCase

      public String[] splitByCamelCase​(String str)
    • splitByCharacterType

      protected String[] splitByCharacterType​(String str, boolean camelCase)