Which of the following will change the expression above to search for the pattern "MINI" which must be all uppercase?

```
preg_match("/\b(car[[:alpha:]]+)\b/i", $string)
```

a. change "car" to "MINI" in the expression
b. delete the "i" at the end of the expression
c. add the character class [:upper:] to the expression
d. do all of the above


b. delete the "i" at the end of the expression

Computer Science & Information Technology

You might also like to view...

A(n) ____________________ consists of values or cell references used to calculate the result of the function.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You should make sure all the parts of your app are working before

a. using the Decomposition Principle b. writing the JavaScript part of the app c. making the design look better d. building the functions

Computer Science & Information Technology

When you specify that a worksheet prints on a page that is wider than it is long, you are specifying the page ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A sound-only Flash movie is generally created with ____.

A. a white background color B. a black background color C. a transparent background color D. the same background color as the page

Computer Science & Information Technology