The [:alpha:] in the expression indicates:
```
preg_match("/\b(car[[:alpha:]]+)\b/i", $string)
```
a. the pattern searched for must be in the alphabet
b. the search is in the alphanumeric character class
c. the search is only for lowercase letters
d. all of the above are true
b. the search is in the alphanumeric character class
You might also like to view...
Inside an Excel workbook are sheets, each of which is called a worksheet.
Answer the following statement true (T) or false (F)
What is the difference between a bound control and an unbound control?
What will be an ideal response?
How can search results be kept longer than 7 days?
A. By scheduling a report. B. By creating a link to the job. C. By changing the job settings. D. By changing the time range picker to more than 7 days.
Which of the following signals causes an internal consistency check to verify that the data structures used by a program have not been corrupted?
A. SIGHUP B. SIGUSR1 C. SIGTERM D. SIGIO