Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import _sre
- editor.rereplace("\t", ", ")
- editor.rereplace("(([A-Z0-9]+_)+[A-Z0-9]+),", "'$1',")
- editor.rereplace("(.*)\r\n", "\($1\),\r\n")
- editor.rereplace("xxx", "'xxx'")
- 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