Seen on :
https://permies.com/t/6273/energy/Paul-Wheaton-Wrong-CFLs
Paul has a list going on replying to several discussion points :
https://permies.com/forums/posts/quote/0/55310
In the normal view the item ' 28) subsidies - if you have some strong numbers, that would be great. '
Is represented as '" 2"<img src="http://cache-www.permies.com/images/smilies/cool.gif">'
A few issues.
1) it's not ment to be a smiliy face.
2) using a page search for '28' or '28)' does not find the text with a web browser serach.
3) using a forums search for '8)' does not return any results.
4) using the google search for '8)' seems to not work due to the page changes.
Possible fixes?
a) ( in pcre )
look behind non matching assertions.
(?<!(\d|\())8\)
b) adding the text back as alt text in the img reference e.g.
'" 2"<img src="http://cache-www.permies.com/images/smilies/cool.gif" alt="8)">'
good luck.