- It will match the given pattern exact.
- !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu.
+ Het zal het patroon precies passen.
+ !Ep8pui8Vw2 zal de tripcode !Ep8pui8Vw2 precies passen maar niet Ep8pu.
- These filters are pattern based, and have three modes:
+ Deze filters zijn op patronen gebaseerd, en hebben drie modi:
- 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
+ 1. Het patroon foo bar zal de tekst matchen als het een van de woorden bevat. Het zal foo of bar matchen maar niet foobar.
+ Het plaatsen van een * zorgt ervoor dat elke karakter past: f*o zal zowel foo en foooo passen maar niet foobar
- 2. Quoting your pattern with \" like \"foo bar\" will match the text exactly.
- foo bar matches but foo does not.
+ 2. Zet \" om je patroon heen, bijvoorbeeld \"foo bar\", en het patroon zal precies moeten passen.
+ foo bar zal matchen maar foo niet.
- 3. Regular expressions. /^>implying/ for example.
+ 3. Reguliere expressies. /^>impliceren/ bijvoorbeeld.