- It will match the given pattern exact.
- !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu.
-
+ It will match the given pattern exact.
+ !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu.
+
- These filters are pattern based, and have three modes:
-
- 1. The pattern foo bar will match text that has any of the words in it. It will match foo or bar, but not foobar.
- Placing a * allows any character to be filled in: f*o will match both foo, foooo but not foobar
-
- 2. Quoting your pattern with \" like \"foo bar\" will match the text exact.
- foo bar matches but foo does not.
-
- 3. Regular expressions. /^>implying/ for example.
-
+ These filters are pattern based, and have three modes:
+
+ 1. The pattern foo bar will match text that has any of the words in it. It will match foo or bar, but not foobar.
+ Placing a * allows any character to be filled in: f*o will match both foo, foooo but not foobar
+
+ 2. Quoting your pattern with \" like \"foo bar\" will match the text exactly.
+ foo bar matches but foo does not.
+
+ 3. Regular expressions. /^>implying/ for example.
+