The regular expression matches zero or more digits.

a. "\d*"
b. "\D?"
c. "\w{0,}"
d. "\d+"

a. "\d*"

Computer Science & Information Technology

You might also like to view...

________ enables the application to request services from the operating system, such as a request to print or save a file

A) PnP B) RAM C) ROM D) API

Computer Science & Information Technology

Which JavaScript function is a "method" or sequence of statements that perform a routine or task?

A. getElementById() B. document.write() C. CFLOCATION() D.

Computer Science & Information Technology