View Single Post
03-21-13, 12:59 PM   #43
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
The problem is you're matching to a colon, which is used as the delimiter between the numbers, you want to match to the end of the data section. "|H(.-)|h" would be best for this. Also note, ".-" does match the minimal amount of characters, hence why you're matching to "|h". You don't want to overshoot the first one though or you'll get the link text with the data if you use ".+".
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote