Interface IPostmatchHandle

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void justMatched()
      This is for the post match handle to perform actions when a match was just found (by a match handle).
      String process​(String s)
      This is for the post match handle to perform actions on the string
    • Method Detail

      • justMatched

        void justMatched()
        This is for the post match handle to perform actions when a match was just found (by a match handle).
      • process

        String process​(String s)
        This is for the post match handle to perform actions on the string

        Parameters:
        s - The string to be processed.

        Returns:
        The processed string.