Package de.s42.dlt.parser.modifiers.strings


package de.s42.dlt.parser.modifiers.strings
  • Classes
    Class
    Description
    Returns the version of a given string where the uppercases are replaced by _lowercase
    Example:
    Returns the version of a given string where the html special signs are escaped are removed
    Example:
    Returns the version of a given string where the special signs are escaped
    Example:
    Returns an indented version of a given multiline string - is used for nice template generation
    Example:
    tests if the given value is a valid method name patterned string
    Example:
    tests if the given value is a valid variable name patterned string
    Example:
    tests if the given value is a valid variable name patterned string
    Example:
    Returns the lowercase version of a given string
    Example:
    Returns the first letter lowercase version of a given string
    Example:
    tests if the given value is a string and not blank
    Example:
    Returns the version of a given string where the special signs are escaped
    Example:
    Returns the version of a given string where the whitespaces are removed
    Example:
    Returns the three digited string of an integer or long
    Example:
    converts given value to string with .toString
    Example:
    Returns the two digited string of an integer or long
    Example:
    Returns the uppercase version of a given string
    Example:
    Returns the first letter uppercase version of a given string
    Example: