Can anyone point me to a reference sheet for regular expressions in the search and replace in Code::Blocks?
Certain expressions don't work that I'm familiar with, eg. if I search for (thing) and replace it with my_\1 I expect thing to be replaced with my_thing, which I don't get, S&R just closes as if there is nothing to find or replace.
Thanks guys.