Skip to content

Instantly share code, notes, and snippets.

@scriptnull
Created June 20, 2015 02:24
Show Gist options
  • Select an option

  • Save scriptnull/139811520d92c04ece29 to your computer and use it in GitHub Desktop.

Select an option

Save scriptnull/139811520d92c04ece29 to your computer and use it in GitHub Desktop.
This is a snippet that supplements scriptnull.github.io/foreachline. Usage: a = b; will be converted to b = a;
var variables = line.replace(';','').split('=');
line = variables[1] + ' = ' + variables[0] + ';' ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment