Package javax0.jamal.extensions

  • Class Summary 
    Class Description
    Camel
    Macros defined in static inner classes that some way camel case the input.
    Camel.CStyle
    Converts the input into Cstyle variable name.
    Camel.LowCamel
    Camel case the input starting with a lower case letter.
    Camel.Sentence
    Converts a camel cased word into a sentence.
    Camel.UppCamel
    Camel case the input starting with an upper case letter.
    Case
    Macros defined in static inner classes that change the casing of the input.
    Case.Cap
    Capitalizes the input.
    Case.Decap
    Decapitalizes the input.
    Case.Lower
    Converts the argument of the macro to all characters lower case.
    Case.Upper
    Converts the argument of the macro to all characters upper case.
    IndexStringTable
    Get an indexed element from a string table.
    NumberLines
    Number the lines of the input.
    Regex
    Macros defined in static inner classes that some way help handling regular expressions.
    Regex.Matcher
    Match a string against a regular expression.
    Regex.ReplaceAll
    This macro splits the input into three parts using InputHandler.getParts(Input) and then returns part[0].replaceAll(part[2], part[3])}
    Snippet  
    UDMacro
    Utility class to fetch the value of a user defined macro.