Quiz on Regular Expressions in C#
Test your understanding by taking this quiz on regular expressions.
We'll cover the following...
We'll cover the following...
Questions
1.
Which of the following options represents a simple character class?
A.
a
B.
(abc)
C.
\w
D.
[^abc]
1 / 10
...