Textmate Bundle Command - Convert Backslash to Comma in Document / Selection
Textmate Bundle Command - Convert Backslash to Comma in Document / Selection
perl -pe 's/\\/,/g'
#Set Save "Nothing"
#Set Input "Selected Text" or "Document"
# and
#Set Output "Replace Selected Text"
Comments