Which regular expression will match the letter ‘A’ followed by two digits?

A. A?[0-9]*
B. A*\d\d
C. A\d{2}
D. A[0-9]+

C. A\d{2}

Computer Science & Information Technology

You might also like to view...

To make a new style available in other documents, in the Modify Style dialog box select the ________ option button

A) New documents based on this style B) New documents based on this template C) Use in all documents D) Use in other documents

Computer Science & Information Technology

A label control is used to display text that the user is not allowed to edit while the application is running.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology