Normal
, characters <, & and > should be escaped. Use< instead of <> instead of >& instead of &So the code snippet should have been:[code]<Search match="(?<=Episode\s)[0-9]{1,3}" field="#EPISODE" remove="false" />[/code]Sorry I missed that.
, characters <, & and > should be escaped. Use
< instead of <
> instead of >
& instead of &
So the code snippet should have been:
[code]<Search match="(?<=Episode\s)[0-9]{1,3}" field="#EPISODE" remove="false" />[/code]Sorry I missed that.