Vidyalelo
Java Programming · Q7

Java Regular Expressions

Programming · Java Programming · question 7

Q7

In a regular expression, what does the metacharacter `^` represent when used at the beginning of a pattern?

A.
The start of a line
Answer
B.
The end of a line
C.
Any character
D.
A space

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board