| Buffed ( )( ) Armor XP | 01 | 02 / 03 | |
Above is a representation of a line I'm trying to catch.
I'm specifically trying to capture the '01' portion and I'm not really sure how to do it.
The white spaces between all of the above can vary, depending on the length of the numbers in '01', '02', '03'.
Can someone show me how I can easily capture '01'? I was thinking something like...
.*XP | * |*.
As the trigger string and use %2 for '01', but that doesn't seem to work correctly.