View Single Post
03-21-13, 10:07 AM   #33
Sharparam
A Flamescale Wyrmkin
 
Sharparam's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 102
Try using "|H(.+):" ('+' instead of '-'). It should work

Edit: They both give the same result apparently, I thought it was a typo at first :P

Edit2: So apparently a dash ('-') is equivalent to an asterisk ('*') in Lua patterns, not sure why you'd want to match 0 or more though. To me it makes more sense to match 1 or more (plus sign: '+'), since I doubt an item with no name exists in the game?

Last edited by Sharparam : 03-21-13 at 10:12 AM.
  Reply With Quote