Using visual studio search and replace, is there a way to search for two or more instances of something? Visual Studio regex does not seem to support the "{}" syntax for indicating quantity.
E.G:
Match Text: 11 OR 111 OR 1111
Standard Regex: [1]{2,}