Skip to content

Commit d169cb2

Browse files
committed
re.search
1 parent d489011 commit d169cb2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/re.po

Lines changed: 7 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:49+0200\n"
14+
"PO-Revision-Date: 2020-05-24 07:52+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1445,6 +1445,12 @@ msgid ""
14451445
"string matches the pattern; note that this is different from finding a zero-"
14461446
"length match at some point in the string."
14471447
msgstr ""
1448+
"Examina a través de *string* (la cadena) buscando el primer lugar donde el "
1449+
"*pattern* (patrón) de la expresión regular produce una coincidencia, y "
1450+
"devuelve un :ref:`match object <match-objects>` correspondiente. Devuelve "
1451+
"``None`` si ninguna posición en la cadena coincide con el patrón; notar que "
1452+
"esto es diferente a encontrar una coincidencia de longitud cero en algún "
1453+
"punto de la cadena."
14481454

14491455
#: ../Doc/library/re.rst:758
14501456
msgid ""

0 commit comments

Comments
 (0)