Thethe literal text The (case insensitive) \s*any whitespace character, repeated any number of times
quickthe literal text quick (case insensitive) \s*any whitespace character, repeated any number of times
brownthe literal text brown (case insensitive) \s*any whitespace character, repeated any number of times
foxthe literal text fox (case insensitive) \s*any whitespace character, repeated any number of times
jumpthe literal text jump (case insensitive) ?repeats the group contents below at most once:
sthe literal s (11510 / 1638 / 7316) (case insensitive)
athe literal a (9710 / 1418 / 6116) (case insensitive)
\s*any whitespace character, repeated any number of times
overthe literal text over (case insensitive) \s*any whitespace character, repeated any number of times
thethe literal text the (case insensitive) \s*any whitespace character, repeated any number of times
lazythe literal text lazy (case insensitive) \s*any whitespace character, repeated any number of times
catthe literal text cat (case insensitive) dogthe literal text dog (case insensitive) g modifier: global. Finds all matches instead of stopping after the first
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters