Which regular expression will match 2 or more A’s?

A. AA*
B. AA+
C. A{2,*}
D. AAA


B. AA+

Computer Science & Information Technology

You might also like to view...

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

1. An unnamed namespace provides a facility for collecting names that are local to the file where the unnamed namespace is located. Such names are available in that file, and are unavailable in any other file. 2. A function defined inside an unnamed namespace requires qualification. 3. You can use the static qualifier with a global function, class or variable to get the same effect as an unnamed namespace. 4. In a particular file, the names from the global namespace and names from an unnamed namespace defined in the file are accesses the same way: by writing the name.

Computer Science & Information Technology

Repeat problem 10 but use Java instead of C++.

What will be an ideal response?

Computer Science & Information Technology

Can Visible Analyst®, or another CASE tool, enhance system performance by speeding up access to stored data? If so, how would that be accomplished?

What will be an ideal response?

Computer Science & Information Technology

List three points of departure or jumping-off points to ignite conceptual development.

What will be an ideal response?

Computer Science & Information Technology