View Single Post
Old 08-19-2012, 07:25 PM   #2
tilia
Evangelist
tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.tilia ought to be getting tired of karma fortunes by now.
 
tilia's Avatar
 
Posts: 432
Karma: 1720909
Join Date: Mar 2011
Device: Voyage, K3
Code:
02 Fiction
will exclude this tag. To exclude more tags use | to separate them:

Code:
02 Fiction.Mystery|02 Fiction.F&SF
If you want to exclude all tags starting with 02 Fiction use

Code:
^02 Fiction
The ^ means starts with.

[ has a special meaning in reg-ex, and a \ in front means that it should be read as a normal character. So if your tag was [02 Fiction] your reg-ex would be \[02 Fiction\]
tilia is offline   Reply With Quote