Package org.teavm.classlib.java.util.regex


package org.teavm.classlib.java.util.regex
  • Interface Summary
    Interface
    Description
    Holds the results of a successful match of a TPattern against a given string.
  • Class Summary
    Class
    Description
    Provides a means of matching regular expressions against a given input, finding occurrences of regular expressions in a given input, or replacing parts of a given input.
    Represents a pattern used for matching, searching, or replacing strings.
  • Exception Summary
    Exception
    Description
    Encapsulates a syntax error that occurred during the compilation of a TPattern.