- It will match the given pattern exact.
- !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu.
+ Ini akan cocok dengan pola yang tepat.
+ !Ep8pui8Vw2 akan cocok dengan kode perjalanan !Ep8pui8Vw2 tapi tidak Ep8pu.
- These filters are pattern based, and have three modes:
+ Filter ini berdasarkan pola, dan memiliki tiga mode:
- 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. Pola foo bar akan mencocokkan teks yang memiliki salah satu kata di dalamnya. Itu akan cocok foo atau bar, tapi tidak foobar.
+ Menempatkan * memungkinkan karakter apa pun untuk diisi: f*o akan cocok dengan keduanya foo, foooo tapi tidak foobar
- 2. Quoting your pattern with \" like \"foo bar\" will match the text exactly.
- foo bar matches but foo does not.
+ 2. Mengutip pola Anda dengan \" seperti \"foo bar\" akan mencocokkan teks dengan tepat.
+ foo bar cocok tapi foo tidak.
- 3. Regular expressions. /^>implying/ for example.
+ 3. Ekspresi reguler. /^>menyiratkan/ sebagai contoh.