Intellij Idea regular expression search and replace
Recently I wanted to turn some URL parameters into a table for a document. Here’s how you can do this very quickly with Idea.
First turn the & symbols into CR’s.

Next convert name-value pairs into tr and td declarations.

Easy!
Thanks for this, the regex syntax to replace using a matched group isn’t in the IDEA docs!