Ok, I like to think that Im farely skilled with reg exp by now, but I still cant get this... On the MUD I play there is something that shows the amount of exp gained over the total time youve played
|Exp gained | 0 |
however, this can change, but the format always is the same width
Ex:
|Exp gained | 0 |
|Exp gained | 10235320 |
I would like a trigger to match that line, but have a reg exp to gather the amount of xp total. I cant get it to match because it always changes in the amount of spaces before the second | and the digits... ive tried using * but keep getting 'Nothing to repeat at offset'
Any ideas?
|Exp gained | 0 |
however, this can change, but the format always is the same width
Ex:
|Exp gained | 0 |
|Exp gained | 10235320 |
I would like a trigger to match that line, but have a reg exp to gather the amount of xp total. I cant get it to match because it always changes in the amount of spaces before the second | and the digits... ive tried using * but keep getting 'Nothing to repeat at offset'
Any ideas?