I\'d like to replace some assignment statements like:
int someNum = txtSomeNum.Text; int anotherNum = txtAnotherNum.Text;
with
<
This is what I was looking for:
Find: = {.*\.Text}
Replace: = Int32.Parse(\1)