You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"corresponding :class:`~re.Match`. Return ``None`` if the string does not "
"match the pattern; note that this is different from a zero-length match."
msgstr ""
"Si toda la cadena *string* coincide con esta expresión regular, "
"retorna un :class:`~re.Match` correspondiente. Retorna ``None`` si la "
"cadena nocoincide con el patrón; notar que esto es diferente de una "
"coincidencia delongitud cero."
"Si toda la cadena *string* coincide con esta expresión regular,retorna un :"
"class:`~re.Match` correspondiente. Retorna ``None`` si la cadena no "
"coincide con el patrón; notar que esto es diferente de una coincidencia de "
"longitud cero."
#: ../Doc/library/re.rst:1203
msgid "Identical to the :func:`split` function, using the compiled pattern."
Expand DownExpand Up
@@ -2158,8 +2161,8 @@ msgid ""
":py:class:`re.Match` supports ``[]`` to indicate a Unicode (str) or bytes "
"match. See :ref:`types-genericalias`."
msgstr ""
":py:class:`re.Match` soporta ``[]`` para indicar una coincidencia Unicode(str) o de bytes."
"Ver :ref:`types-genericalias`."
":py:class:`re.Match` soporta ``[]`` para indicar una coincidencia Unicode "
"(str) o de bytes.Ver :ref:`types-genericalias`."
#: ../Doc/library/re.rst:1283
msgid ""
Expand DownExpand Up
@@ -2559,11 +2562,14 @@ msgstr "search() vs. match()"
#: ../Doc/library/re.rst:1591
msgid ""
"Python offers different primitive operations based on regular expressions:"
msgstr "Python ofrece diferentes operaciones primitivas basadas en expresiones regulares:"
msgstr ""
"Python ofrece diferentes operaciones primitivas basadas en expresiones "
"regulares:"
#: ../Doc/library/re.rst:1593
msgid ":func:`re.match` checks for a match only at the beginning of the string"
msgstr ":func:`re.match` verifica una coincidencia solo al principio de la cadena"
msgstr ""
":func:`re.match` verifica una coincidencia solo al principio de la cadena"
#: ../Doc/library/re.rst:1594
msgid ""
Expand All
@@ -2575,7 +2581,8 @@ msgstr ""
#: ../Doc/library/re.rst:1596
msgid ":func:`re.fullmatch` checks for entire string to be a match"
msgstr ":func:`re.fullmatch` verifica si la cadena completa es una coincidencia"
msgstr ""
":func:`re.fullmatch` verifica si la cadena completa es una coincidencia"
#: ../Doc/library/re.rst:1608
msgid ""
Expand DownExpand Up
@@ -2697,12 +2704,12 @@ msgid ""
"writer wanted to find all of the adverbs *and their positions* in some text, "
"they would use :func:`finditer` in the following manner::"
msgstr ""
"Si se desea obtener más información sobre todas las coincidencias de unpatrón en"
"lugar del texto coincidente, :func:`finditer` es útil ya queproporciona :"
"class:`~re.Match` objetos en lugar de cadenas. "
"Continuando conel ejemplo anterior, si un escritor quisiera encontrar todos "
"los adverbios*y sus posiciones* en algún texto, usaría :func:`finditer` de "
"la siguientemanera::"
"Si se desea obtener más información sobre todas las coincidencias de un "
"patrón enlugar del texto coincidente, :func:`finditer` es útil ya que "
"proporciona :class:`~re.Match` objetos en lugar de cadenas. Continuando con "
"el ejemplo anterior, si un escritor quisiera encontrar todos los adverbios "
"*y sus posiciones* en algún texto, usaría :func:`finditer` de la siguiente "
"manera::"
#: ../Doc/library/re.rst:1736
msgid "Raw String Notation"
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.