\/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)
Non-Capturing Group(?:[\S\s])* *repeats the group contents below any number of times:
\Sany non-whitespace character
\sany whitespace character
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string