What is the purpose of the Character class in the context of Java regex?
It is used to represent a character within a pattern
It is used to define the case sensitivity of regular expressions
It helps in escaping characters in a regular expression
It is used to create a regular expression pattern dynamically
This question is part of this quiz :
Java Regex Basics and Pattern Matching