adplus-dvertising
frame-decoration

Question

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

a.

\z

b.

\\

c.

\*

d.

\Z

Posted under Java Programming

Answer: (a).\z

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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