Class RegexTool.RegexResult

  • Enclosing class:
    RegexTool

    public class RegexTool.RegexResult
    extends Object
    Result of a Regex search.
    • Method Detail

      • getGroup

        public String getGroup()
        Returns:
        the captured group
      • getStart

        public int getStart()
        Returns:
        the capture group's start position
      • getEnd

        public int getEnd()
        Returns:
        the capture group's end position