Class Regex


  • public class Regex
    extends java.lang.Object
    Macros defined in static inner classes that some way help handling regular expressions.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Regex.Matcher
      Match a string against a regular expression.
      static class  Regex.ReplaceAll
      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
      Regex()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Regex

        public Regex()