1111# Marciel Leal <marcielmanoel15@gmail.com>, 2018
1212# i17obot <i17obot@rougeth.com>, 2020
1313# Rafael Fontenelle <rffontenelle@gmail.com>, 2020
14+ # Denis Vicentainer <denisvicentainer@gmail.com>, 2020
1415#
1516#, fuzzy
1617msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920"Report-Msgid-Bugs-To : \n "
2021"POT-Creation-Date : 2020-05-31 09:25+0000\n "
2122"PO-Revision-Date : 2017-02-16 17:45+0000\n "
22- "Last-Translator : Rafael Fontenelle <rffontenelle @gmail.com>, 2020\n "
23+ "Last-Translator : Denis Vicentainer <denisvicentainer @gmail.com>, 2020\n "
2324"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
2425"teams/5390/pt_BR/)\n "
2526"MIME-Version : 1.0\n "
@@ -372,6 +373,11 @@ msgid ""
372373"DOTALL`) where it will match even a newline. ``.`` is often used where you "
373374"want to match \" any character\" ."
374375msgstr ""
376+ "O último metacaracter nesta sessão é o \" .\" . Ele corresponde a qualquer "
377+ "caractere, exceto o caractere de nova linha. Há um modo alternativo (:"
378+ "const:'re.DOTALL') que irá corresponder inclusive a uma nova linha. \" .\" é "
379+ "frequentemente usado quando você quer uma correspondência de \" qualquer "
380+ "caractere\" ."
375381
376382#: ../../howto/regex.rst:163
377383msgid "Repeating Things"
@@ -425,6 +431,10 @@ msgid ""
425431"letters from the class ``[bcd]``, and finally ends with a ``'b'``. Now "
426432"imagine matching this RE against the string ``'abcbd'``."
427433msgstr ""
434+ "Um exemplo passo a passo fará isso mais óbvio. Vamos considerar a expressão "
435+ "\" a[bcd]*b\" . Isto corresponde à letra \" a\" , zero ou mais letras da classe "
436+ "\" [bcd]\" e, finalmente, termina com \" b\" . Agora, imagine corresponder "
437+ "este RE com a string \" abcbd\" ."
428438
429439#: ../../howto/regex.rst:189
430440msgid "Step"
0 commit comments