Skip to content

Instantly share code, notes, and snippets.

@gerjantd
Created April 26, 2012 07:44
Show Gist options
  • Save gerjantd/2497278 to your computer and use it in GitHub Desktop.
Save gerjantd/2497278 to your computer and use it in GitHub Desktop.
Eclipse regexp: search and replace
To change this
vraag1.info
vraag2.info
vraag3a.info
vraag3b.info
into this
question.info.1
question.info.2
question.info.3a
question.info.3b
Use a Find/Replace with regular expressions:
Find: vraag(\d)(\w)*.info
Replace with: question.info.$1$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment