'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
Non-Capturing Group(?:(?!\1)[\S\s])*? *?repeats the group contents below any number of times:
\1the text saved by group 1
\Sany non-whitespace character
\sany whitespace character
\/the literal / (4710 / 578 / 2F16)
storagethe literal text storage (case sensitive) \/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
\/the literal / (4710 / 578 / 2F16)
articlesthe literal text articles (case sensitive) \/the literal / (4710 / 578 / 2F16)
picturesthe literal text pictures (case sensitive) \/the literal / (4710 / 578 / 2F16)
Group 3((?:(?!\1)[\S\s])*) Non-Capturing Group(?:(?!\1)[\S\s])* *repeats the group contents below any number of times:
\1the text saved by group 1
\Sany non-whitespace character
\sany whitespace character
\1the text saved by group 1