\ban ASCII word boundary
Comment: "word" boundary
Positive Lookbehind(?<=\$) \$the literal $ (3610 / 448 / 2416)
Comment: Assert that current position is preceded by $
\d+a digit, repeated at least once
\ban ASCII word boundary
Comment: digits, boundary
\$the literal $ (3610 / 448 / 2416)
Comment: Assert that current position is not followed by $