Skip to content

Instantly share code, notes, and snippets.

@dichharai
Created December 31, 2022 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dichharai/3d91d0929fb26e4a6a6e569b25d5c5cf to your computer and use it in GitHub Desktop.
Save dichharai/3d91d0929fb26e4a6a6e569b25d5c5cf to your computer and use it in GitHub Desktop.
Regular String Raw String
'happy*' r'happy*'
'\\new' r'\new'
'\\w+\\s+' r'\w+\s+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment