View Single Post
Old 07-07-2017, 05:48 PM   #2325
Loba
Enthusiast
Loba began at the beginning.
 
Loba's Avatar
 
Posts: 29
Karma: 10
Join Date: Sep 2016
Device: PW2 Wifi-4GB
Quote:
Originally Posted by JimmXinu View Post
You have:
Code:
include_in_warnings:freeformtags
## and:
 freefromtags,warnings==Graphic Depictions of Violence
You want:
Code:
include_in_warnings:freeformtags,warnings
## and:
 freefromtags,warnings~=Graphic Depictions [Oo]f Violence
Thanks as always for the quick response! You're the best!!

Btw, when I use this:
Quote:
freefromtags,warnings~=Graphic Depictions [Oo]f Violence
It says 428: Error 'list' object has no attribute 'split' in (include_metadata_post:...
but it works fine when I replace the ~= with ==

Edit: I figured out that it seems to be a typo? =~ works. I could be totally wrong and it's not a typo, but equal tilde is an operator I can find documentation on. It seems to allow inexact matching in regex? I'm learning!

Last edited by Loba; 07-07-2017 at 07:38 PM.
Loba is offline   Reply With Quote