if a movie has votes without comma, the whole rating is not shown until you change the regexp:
from:
Code:
<RegExp input="$$1" output="<rating>\1</rating><votes>\2</votes>" dest="5+">
<expression><b>([0-9.]+)/10</b>[^<]*<a href="ratings" class="tn15more">[color=red]([0-9,]+)[/color] votes</a></expression>
</RegExp>to:
Code:
<b>([0-9.]+)/10</b>[^<]*<a href="ratings" class="tn15more">[color=red](.*?)[/color] votes</a>Bye
Schenk

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help