# Some examples of what should and shouldnt match # should match '$1' "for the $1th time" # should not match "SELECT * FROM Product WHERE Price LIKE '\$2.59'" # should match '$10' "using fore- and back-slashes for emphasis: \\$10/" # should not match "escaping: \\\$6"