What does the following regex match? // create a regular expression regex expression("J.*\\d[0-35-9]-\\d\\d-\\d\\d"";

Assuming strings of the format:
"Robert’s birthday is 10-22-90"
a. Birthdays that occur in April and that belong to people whose names begin with "J".
b. Birthdays that belong to people whose names begin with "J".
c. Birthdays that do not occur in April and that belong to people whose names begin with "J".
d. None of the above.


c. Birthdays that do not occur in April and that belong to people whose names begin with "J".

Computer Science & Information Technology

You might also like to view...

Which of the following devices would NOT be considered a communication device and support the transmission of data between devices?

A. modulator-demodulator B. NIC C. Ethernet D. wireless adapter

Computer Science & Information Technology

________ tabs are added to the ribbon when a specific object, such as a table, is selected and contain commands relevant to the selected object

Fill in the blank(s) with correct word

Computer Science & Information Technology

An object model consists of a hierarchical collection of objects, consisting of properties, methods, and events that can be manipulated using VBA

Indicate whether the statement is true or false.

Computer Science & Information Technology

Connections to other documents or web pages that contain related information are called ________ links.

A. web portal B. multimedia C. URL D. hypertext

Computer Science & Information Technology