.*?any character (except for line terminators), repeated any number of times
wwwthe literal text www (case sensitive) \.the literal . (4610 / 568 / 2E16)
stackoverflowthe literal text stackoverflow (case sensitive) \.the literal . (4610 / 568 / 2E16)
comthe literal text com (case sensitive) \/the literal / (4710 / 578 / 2F16)
sharethe literal text share (case sensitive) Non-Capturing Group(?:\/.*?)? ?repeats the group contents below at most once:
\/the literal / (4710 / 578 / 2F16)
.*?any character (except for line terminators), repeated any number of times