RSS Filters rules special caracters

jith45

Member
May 25, 2018
960
0
16
Hello,

I'm a noob and I'm looking for help regarding the RSS filters. Is there a doc somewhere describing the usage of special caracters like {}\* i and so on ...

Thanks for your help
 

shwetha17

Member
May 24, 2018
785
0
16
Hi,

It's a simple regex method, you can find doc about regex on google. For your question, to be able to use special character, you only need to put \ before it. Example : { => \{ or \ => \\