wilfredinni/python-cheatsheet

Possible typo

gtorrance-bw opened this issue · 0 comments

The Regular Expressions page contains the following sentence in the "The Caret and Dollar sign characters" section:

The r'\d\$' regular expression string matches strings that end with a numeric character from 0 to 9:

I believe the backslash before the '$' is incorrect. FYI.