Vidyalelo
Java Programming · Q35

Java Regular Expressions

Programming · Java Programming · question 35

Q35

Which of the following matches end of the string using regular expression in java?

A.
\z
Answer
B.
\\
C.
\*
D.
None of These

Answer: Option A

Solution

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