Quote:
Originally Posted by Perkin
Using a regex search using the dot char to represent the odd char (and maybe add 1 or 2 character repeat).
May find other odd unwanted matches, check first.
Code:
<p class="something">.{1,2}</p>
|
the above code is invalid, which will cause a search to fail if that was what was used