Reply to thread

:oops:, characters <, & and > should be escaped. Use

&lt; instead of <

&gt; instead of >

&amp; instead of &


So the code snippet should have been:

[code]<Search match="(?&lt;=Episode\s)[0-9]{1,3}" field="#EPISODE" remove="false" />[/code]Sorry I missed that.


Top Bottom