^start of string
httpthe literal text http (case insensitive) s?optionally matches the literal s (11510 / 1638 / 7316) (case insensitive)
:the literal : (5810 / 728 / 3A16)
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
wwwthe literal text www (case insensitive) \.the literal . (4610 / 568 / 2E16)
mangeznotezthe literal text mangeznotez (case insensitive) ?repeats the group contents below at most once:
devthe literal text dev (case insensitive) \.the literal . (4610 / 568 / 2E16)
comthe literal text com (case insensitive) \/the literal / (4710 / 578 / 2F16)
bookingthe literal text booking (case insensitive) \/the literal / (4710 / 578 / 2F16)
+matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
\da digit
\/the literal / (4710 / 578 / 2F16)
\da digit
\?the literal ? (6310 / 778 / 3F16)
giftCardCode=the literal text giftCardCode= (case insensitive) Character Class[a-zA-Z\d]{5} {5}matches exactly 5 characters from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
A-Zone character from A (6510) to Z (9010) (case insensitive)
\da digit
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters