Page 1 of 1

[BUG] RegExp Error at offset 109

Posted: August 14th, 2017, 3:43 pm
by FreeRaider
I would report this error when using \X in a RegExp option: RegExp error at offset 109: support for \ P, \ p, and \ X has not been compiled. Instead, using jsmorley's RainRegExp addon, it works properly.

From RainRegExp:
RainRegExp.png
From skin.ini
skin.png
Code:

Code: Select all

URL=https://graphtreon.com/creator/chapotraphouse
RegExp=(?siU)<div class="col-md-3 col-sm-3 headerstats">.*<div class="box box-solid">.*<div class="box-body">.*<h5>\X+(\d+.*)\s+</h5>.*<div class="col-md-3 col-sm-3 headerstats">.*<div class="box box-solid">.*<div class="box-body">.*<h5>\X+(\d+.*)\s+</h5>

Re: [BUG] RegExp Error at offset 109

Posted: August 25th, 2017, 1:06 pm
by Brian
Thanks for reporting, this has been fixed for the next beta.

-Brian

Re: [BUG] RegExp Error at offset 109

Posted: August 25th, 2017, 7:45 pm
by FreeRaider
Glad to help.