+1 vote
in JAVA by
Name some classes present in java.util.regex package.

1 Answer

0 votes
by

There are the following classes and interfaces present in java.util.regex package.

  • MatchResult Interface
  • Matcher class
  • Pattern class
  • PatternSyntaxException class
  • Java Regex API

Related questions

0 votes
asked Jul 2, 2023 in JAVA by rajeshsharma
0 votes
asked May 4, 2021 in JAVA by SakshiSharma
...