Skip to content

Instantly share code, notes, and snippets.

@gerjantd
Created October 26, 2012 19:21
Show Gist options
  • Save gerjantd/3960871 to your computer and use it in GitHub Desktop.
Save gerjantd/3960871 to your computer and use it in GitHub Desktop.
Eclipse/regexp: replace property value by el variable with name identical to property
Find: (^\w*\.\w*)=.*$
Replace with: $1=\$\{$1\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment