Quote:
Originally Posted by Tanjamuse
How do I change the following to only 2 fandoms instead of more than 2?
Code:
${category} => (?:\w*\s*&\s*\S*\d*\D*){2,} => Multi
|
Try:
Code:
${category} => (?:\w*\s*&\s*\S*\d*\D*){2} => Multi
And for the record, if you wanted between 2 and 4 fandoms you would use:
Code:
${category} => (?:\w*\s*&\s*\S*\d*\D*){2,4} => Multi