I have been working on a stat roller but I can't seem to get a multi-line match going despite different attempts at the regexp based on other forum posts..
The multi-line I have is:
^Power\:\s*(\d+)\s*\((.*?)\)\n\s*Coordination\:\s*(\d+)\s*\((.*?)\)\n\s*Toughness\:\s*(\d+)\s*\((.*?)\)\n\s*Intelligence\:\s*(\d+)\s*\((.*?)\)\n
\s*Wisdom\:\s*(\d+)\s*\((.*?)\)\n\s*Appearance\:\s*(\d+)\s*\((.*?)\)\n\s*Karma\:\s*(\d+)\s*\((.*?)\)\nTotal\:\s*(\d+)\Z
I basically added a colournote just to see if I could get a match, but it hasn't matched yet, as confirmed in the dialog box for the trigger.
its enabled, ignore case, keep evaluating, regular expression, multi-line match is set to 8, send to script
what am I doing wrong?
Power: 19 (Strong)
Coordination: 14 (Nimble)
Toughness: 15 (Fit)
Intelligence: 14 (Smart)
Wisdom: 14 (Thoughtful)
Appearance: 14 (Pretty)
Karma: 14 (Lucky)
Total: 104
The multi-line I have is:
^Power\:\s*(\d+)\s*\((.*?)\)\n\s*Coordination\:\s*(\d+)\s*\((.*?)\)\n\s*Toughness\:\s*(\d+)\s*\((.*?)\)\n\s*Intelligence\:\s*(\d+)\s*\((.*?)\)\n
\s*Wisdom\:\s*(\d+)\s*\((.*?)\)\n\s*Appearance\:\s*(\d+)\s*\((.*?)\)\n\s*Karma\:\s*(\d+)\s*\((.*?)\)\nTotal\:\s*(\d+)\Z
I basically added a colournote just to see if I could get a match, but it hasn't matched yet, as confirmed in the dialog box for the trigger.
its enabled, ignore case, keep evaluating, regular expression, multi-line match is set to 8, send to script
what am I doing wrong?