Character Class[a-z0-9\/_]*? *?matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
\/the literal / (4710 / 578 / 2F16)
_the literal _ (9510 / 1378 / 5F16)
product-the literal text product- (case sensitive) \d+a Unicode decimal digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a Unicode decimal digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a Unicode decimal digit, repeated at least once
\-the literal - (4510 / 558 / 2D16)
\d+a Unicode decimal digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
.*any Unicode character (except for line terminators), repeated any number of times
$end of string, or before its final line terminator