8000 pattern.fullmatch · python/python-docs-es@c9bad43 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9bad43

Browse files
committed
pattern.fullmatch
1 parent 424dd63 commit c9bad43

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 17:17+0200\n"
14+
"PO-Revision-Date: 2020-05-24 17:22+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1869,6 +1869,10 @@ msgid ""
18691869
"string does not match the pattern; note that this is different from a zero-"
18701870
"length match."
18711871
msgstr ""
1872+
"Si toda la *string* (\"cadena\") coincide con esta expresión regular, "
1873+
"devuelve un :ref:`match object <match-objects>` correspondiente. Devuelve "
1874+
"``None`` si la cadena no coincide con el patrón; notar que esto es diferente "
1875+
"de una coincidencia de longitud cero."
18721876

18731877
#: ../Doc/library/re.rst:1073
18741878
msgid "Identical to the :func:`split` function, using the compiled pattern."

0 commit comments

Comments
 (0)
0