Quiz

Test your understanding by taking this quiz on regular expressions.

We'll cover the following...

Quiz on Regular Expressions in Java

1.

Which of the following options represents a simple character class?

A.

[abc]

B.

(abc)

C.

\w

D.

[^abc]


1 / 11