Class Case.Decap

  • All Implemented Interfaces:
    Macro
    Enclosing class:
    Case

    public static class Case.Decap
    extends java.lang.Object
    implements Macro
    Decapitalizes the input. Changes the first character to lower case.
    • Constructor Summary

      Constructors 
      Constructor Description
      Decap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String evaluate​(Input input, Processor processor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax0.jamal.api.Macro

        getId
    • Constructor Detail

      • Decap

        public Decap()