Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e618983

Browse files
committed
re.fullmatch
1 parent 25eebd4 commit e618983

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library/re.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-24 07:57+0200\n"
14+
"PO-Revision-Date: 2020-05-24 07:59+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1489,6 +1489,10 @@ msgid ""
14891489
"string does not match the pattern; note that this is different from a zero-"
14901490
"length match."
14911491
msgstr ""
1492+
"Si toda la *string* (cadena) coincide con el *pattern* (patrón) de la "
1493+
"expresión regular, devuelve un correspondiente :ref:`match object <match-"
1494+
"objects>`. Devuelve ``None`` si la cadena no coincide con el patrón; notar "
1495+
"que esto es diferente de una coincidencia de longitud cero."
14921496

14931497
#: ../Doc/library/re.rst:782
14941498
msgid ""

0 commit comments

Comments
 (0)