Skip to content

Instantly share code, notes, and snippets.

@cstorey
Last active October 22, 2016 12:07
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 cstorey/f7ccbc4b3e67fccdaf85158cce6ec811 to your computer and use it in GitHub Desktop.
Save cstorey/f7ccbc4b3e67fccdaf85158cce6ec811 to your computer and use it in GitHub Desktop.
s!\$C\$!,!g;
s!\$SP\$!@!g;
s!\$BP\$!*!g;
s!\$RF\$!\&!g;
s!\$LT\$!<!g;
s!\$GT\$!>!g;
s!\$LP\$!(!g;
s!\$RP\$!)!g;
s!\$u20\$! !g;
s!\$u27\$!'!g;
s!\$u2b\$!+!g;
s!\$u5b\$![!g;
s!\$u5d\$!]!g;
s!\$u7e\$!~!g;
s!\.\.!::!g;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment