I have read
Stack Overflow question Search and replace in Visual Studio
But these did not help me.
I want to match the simplest string in the entire universe, "0:n", "1:n", "2:n", etc. I have tried the following Visual Studio 2012 regular expression.
{:d+}:n
This does not return any results (and there are results). What am I doing wrong?