Multiple Choice
The difference between {n} and {n,} is:
A) {n} matches at least n occurrences
B) {n} matches exactly n occurrences
C) {n,} matches exactly n occurrences
D) {n,} generates a syntax error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q55: Each StringBuilder has a limit of characters
Q56: If a number is formatted with the
Q57: The StartsWith and EndsWith methods see if
Q58: The Unicode character set has the same
Q59: Method LastIndexOf is used to find the
Q61: When using the Replace method,the first character
Q62: Method Replace can be used to change
Q63: In order to set a string to
Q64: To make a quantifier lazy use:<br>A) a
Q65: The ToUpper and ToLower methods can be