Class Regex.ReplaceAll

  • All Implemented Interfaces:
    Macro
    Enclosing class:
    Regex

    public static class Regex.ReplaceAll
    extends java.lang.Object
    implements Macro
    This macro splits the input into three parts using InputHandler.getParts(Input) and then returns part[0].replaceAll(part[2], part[3])}
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplaceAll()  
    • Method Summary

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

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

      • ReplaceAll

        public ReplaceAll()