comment_id=the literal text comment_id= (case sensitive) \d+a digit, repeated at least once
\|the literal | (12410 / 1748 / 7C16)
\d+a digit, repeated at least once
\|the literal | (12410 / 1748 / 7C16)
Negated Character Class[^|]+ +matches at least one character outside the set below:
|the literal | (12410 / 1748 / 7C16)
\|the literal | (12410 / 1748 / 7C16)
Negated Character Class[^|]+ +matches at least one character outside the set below:
|the literal | (12410 / 1748 / 7C16)
\|the literal | (12410 / 1748 / 7C16)
\d+a digit, repeated at least once