Class RegExSimple


public class RegExSimple
extends RegEx
Matches a Java-style regular expression against the string.

The regular-expression should contain groups, each of which provides an element of the String[] returned for a match.

Author:
Owen Feehan
  • Constructor Details

    • RegExSimple

      public RegExSimple​(String matchString)
      Creates with an expression that should match one or more groups.
      Parameters:
      matchString - a Java-style regular-expression.
    • RegExSimple

      public RegExSimple()
    • RegExSimple

      public RegExSimple​(String expression, Pattern pattern)
  • Method Details