Skip to content

Instantly share code, notes, and snippets.

@gerjantd
Created October 26, 2012 18:38
Show Gist options
  • Save gerjantd/3960594 to your computer and use it in GitHub Desktop.
Save gerjantd/3960594 to your computer and use it in GitHub Desktop.
Eclipse/regexp: replace single nested properties by xml elements
Find: (^\w*\.\w*)=(.*)$
Replace with: <$1>$2</$1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment