- java.lang.Object
-
- javax0.jamal.extensions.Case
-
public class Case extends java.lang.Object
Macros defined in static inner classes that change the casing of the input.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Case.Cap
Capitalizes the input.static class
Case.Decap
Decapitalizes the input.static class
Case.Lower
Converts the argument of the macro to all characters lower case.static class
Case.Upper
Converts the argument of the macro to all characters upper case.
-
Constructor Summary
Constructors Constructor Description Case()
-