Multiple Choice
Case based critical thinking Case 13-5 William is exploring the syntax of regular expressions. He learns that in the regular expression language, a word refers to any string of symbols consisting solely of word characters. He also learns that word boundaries are indicated by the \b symbol. He wants to use a pattern that matches any word that starts with the characters "great" such as "greater", "greatness", or "greatest" Which of the following patterns should William use?
A) //bgreat/
B) /\bgreat/
C) /bgreat/
D) /b\great/
Correct Answer:

Verified
Correct Answer:
Verified
Q19: To determine which option button has been
Q20: Which of the following methods can be
Q21: The _ option from the toLocaleString() method
Q22: Case based critical thinking Case 13-1 Sarah
Q23: Match the following properties/methods to their respective
Q25: Case based critical thinking Case 13-2 Lisa
Q26: Each field/value pair is separated by the
Q27: Which of the following selection list properties
Q28: Regular expressions have the general form denoted
Q29: To extract useful information from the query