I'm looking for a simple regular expression to match the same character being repeated more than 10 or so times times, so for example if I have a document littered with horozntal lines:
=================================================
It will match the line of =
characters because it is repeated more than 10 times.
Note that I'd like this to work for any character.