View Single Post
Old 04-18-2018, 07:03 AM   #2681
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Tanjamuse View Post
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
davidfor is offline   Reply With Quote