o?optionally matches the literal o (11110 / 1578 / 6F16) (case sensitive)
l+the literal l (10810 / 1548 / 6C16) (case sensitive), repeated at least once
o+the literal o (11110 / 1578 / 6F16) (case sensitive), repeated at least once
l+the literal l (10810 / 1548 / 6C16) (case sensitive), repeated at least once
*matches any number of characters from the set below:
othe literal o (11110 / 1578 / 6F16) (case sensitive)
lthe literal l (10810 / 1548 / 6C16) (case sensitive)