We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If no memory can be obtained, it saves data for the first 15 capturing parentheses only, as there is no way to give an out-of-memory error from within a recursion.
Si no se puede obtener memoria, se guarda la información para los primeros 15 paréntesis de captura solamente, ya que no hay manera de otorgar un error "out-of-memory" desde dentro de una recursión.
Perl uses the same mechanism to produce $1, $2, etc, so you also pay a price for each pattern that contains capturing parentheses.
Perl utiliza el mismo mecanismo para producir $1, $2, etc., por lo que también se paga un precio por cada patrón que contenga paréntesis de captura.
But if you never use $&, $' or $', then patterns without capturing parentheses will not be penalized.
Pero si nunca se usa $&, $' o $', no se penalizarán los patrones sin paréntesis de captura.
If the pattern above is matched against (ab(cd)ef) the value for the capturing parentheses is "ef", which is the last value taken on at the top level.
Si el patrón anterior se compara con (ab(cd)ef) el valor del paréntesis de captura es "ef", el cual es el último valor tomado en el nivel superior.
If no memory can be obtained, it saves data for the first 15 capturing parentheses only, as there is no way to give an out-of-memory error from within a recursion.
Si no se puede obtener memoria, guarda datos únicamente para los primeros 15 paréntesis de captura, dado que no hay forma de producir un error de memoria-insuficiente desde el interior de una recursión.
This is important only if "S" has capturing parentheses, and backreferences are used somewhere else in the whole regular expression.
(Esto solo es importante si S tiene paréntesis de captura y las retrorreferencias se usan en otra parte de la expresión regular).
If separator is a regular expression that contains capturing parentheses, then each time separator is matched, the results (including any undefined results) of the capturing parentheses are spliced into the output array.
Si el separador es una expresión regular que contiene paréntesis de captura, entonces cada vez que el separador concuerda, los resultados (incluido cualquier resultado indefinido) de los paréntesis de captura son divididos en el arreglo resultante.
Non-capturing parentheses, (?:x) can be used instead of capturing parentheses(x).
If separator is a regular expression that contains capturing parentheses (), matched results are included in the array.
Paréntesis de captura Si el separador contiene paréntesis de capturaI los resultados que concuerden son devueltos en el array.
Capturing parentheses If separator contains capturing parentheses, matched results are returned in the array.
Si el separador contiene paréntesis de capturaI los resultados que concuerden son devueltos en el arreglo.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.
Er zijn geen resultaten gevonden voor deze term.
Synoniemen voor capturing parentheses in het Engels