Advertisement
pushrbx

Untitled

Jul 12th, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. import _sre
  2. editor.rereplace("\t", ", ")
  3. editor.rereplace("(([A-Z0-9]+_)+[A-Z0-9]+),", "'$1',")
  4. editor.rereplace("(.*)\r\n", "\($1\),\r\n")
  5. editor.rereplace("xxx", "'xxx'")
  6. editor.rereplace("(([A-Z0-9a-z_]+\\)+[a-zA-Z_0-9]+\.[a-zA-Z]+)", "'$1'")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement