- It will match the given pattern exact.
- !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu.
+ es wird das vorgegebenen Muster exakt übereinstimmen.
+ ! Ep8pui8Vw2 entsprechen den Tripcode ! Ep8pui8Vw2 aber nicht Ep8pu.
- These filters are pattern based, and have three modes:
+ diese Filter sind Muster basieren, und haben drei 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. Muster Foo Bar wird Text überein, die eines der Wörter in sich hat. Es entspricht Foo oder Bar, aber nicht Foobar.
+ platzieren eine * ermöglicht beliebiges Zeichen ausgefüllt werden: f * o passen beide Foo, Foooo aber nicht Foobar
- 2. Quoting your pattern with \" like \"foo bar\" will match the text exactly.
- foo bar matches but foo does not.
+ 2. Unter Angabe Ihrer Muster mit \ " wie \"foo bar\ " wird den Text genau übereinstimmen. entspricht
+ Foo Bar , Foo jedoch nicht.
- 3. Regular expressions. /^>implying/ for example.
+ 3. Reguläre Ausdrücke. / ^ > impliziert / zum Beispiel.