- It will match the given pattern exact.
- !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu.
+ Serão correspondidos dado o padrão exato.
+ !Ep8pui8Vw2 corresponderá ao tripcode !Ep8pui8Vw2 mas não a Ep8pu.
- These filters are pattern based, and have three modes:
+ Estes filtros são baseados em padrões, e possuem três modos:
- 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. O padrão foo bar irá coincidir com o texto que tem qualquer uma das palavras nele. Ele irá combinar foo ou bar, mas não foobar.
+ Colocar um * permite qualquer caractere ser colocado: f*o vai coincidir com ambos foo, foooo mas não foobar
- 2. Quoting your pattern with \" like \"foo bar\" will match the text exactly.
- foo bar matches but foo does not.
+ 2. Citar seu padrão com \" como \"foo bar\" vai coincidir com o texto exato.
+ foo bar será correspondido mas foo não será.
- 3. Regular expressions. /^>implying/ for example.
+ 3. Expressões regulares. /^>implying/ por exemplo.