Solved

Case Based Critical Thinking Case 13-5 William Is Exploring the Syntax

Question 24

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions