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)
googlethe literal text google (case insensitive) \.the literal . (4610 / 568 / 2E16)
Non-Capturing Group(?:(?:com)|(?:co\.in)) Non-Capturing Group(?:com) comthe literal text com (case insensitive) 2nd Alternative(?:co\.in) Non-Capturing Group(?:co\.in) cothe literal text co (case insensitive) \.the literal . (4610 / 568 / 2E16)
inthe literal text in (case insensitive) .*any character (except for line terminators), repeated any number of times
#q=the literal text #q= (case insensitive) .+any character (except for line terminators), repeated at least once