Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Case

        public Case()