Guest User

Untitled

a guest
Dec 11th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Example in python
  2. import re
  3.  
  4. print(re.sub(..., ..., "SGVsbG8gd29ybGQK")) # "Hello world"
  5. # ^^^ ^^^
  6. # These count towards your byte count, the rest doesn't
Add Comment
Please, Sign In to add comment