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...
What is the best approach to establishing strong security with passwords?
A. Keep passwords short so you can remember them B. Use the same password for many sites C. Keep a written log of your passwords D. Use technology for managing passwords
Computer Science & Information Technology
The ____ is the file that contains text and graphics that remain the same for each merged document.
A. data source B. filter C. main document D. preview pane
Computer Science & Information Technology
What hypervisor does NOT include a DHCP service for use with virtual machines?
A. VMware Workstation B. VirtualBox C. VMware vSphere D. VMware Fusion
Computer Science & Information Technology
Hybrid drives are a combination of a mechanical hard drive and an SSD drive
Indicate whether the statement is true or false
Computer Science & Information Technology