Quote:
Originally Posted by Zerubel
Oh boy XD well i think i've made a decent (if perhaps messy and long) start to normalizing tags, even made a spreadsheet to join text so i just have to plug in the tags, but i couldn't get two sets to work:
|
First, you need to escape characters that regexp uses including
()|. And internally, FFF carries
& as
& so use that in place of just
&. Search for 'regular expression escaping' or tutorials to learn about regexp.
If that doesn't fix it, you will also need to give me story URL(s) that demonstrate the problem(s).