Por defecto, esta extensión se compila usando la biblioteca PCRE integrada.
By default, this extension is compiled using the bundled PCRE library.
Las funciones de PCRE requieren que el patrón esté encerrado por delimitadores.
The PCRE functions require that the pattern is enclosed by delimiters.
Sin embargo, PCRE usa la recursividad para tratar sub-patrones y repetición indefinida.
However, PCRE uses recursion to handle subpatterns and indefinite repetition.
PCRE trata estos patrones como si estuvieran precedidos por \A.
PCRE treats such a pattern as though it were preceded by \A.
Solución para servidores con versiones anteriores de la biblioteca PCRE.
Workaround for servers with older versions of the PCRE library.
PCRE no permite cuantificadores de repetición en aserciones hacia adelante.
PCRE does not allow repeat quantifiers on lookahead assertions.
Es importante que conozca sobre las limitaciones de PCRE.
You should be aware of some limitations of PCRE.
También hay disponibles varios modificadores de PCRE.
Several PCRE modifiers are also available.
Los nombres entre paréntesis se refieren a nombres internos de PCRE para dichos modificadores.
The names in parentheses refer to internal PCRE names for these modifiers.
Devuelve el código de error de la última ejecución de expresión regular de PCRE.
Returns the error code of the last PCRE regex execution.
Nueva librería de expresiones regulares con modernas características (PCRE)
new regular expression library with modern features (PCRE)
Esto salva a PCRE de tener que escanear el sujeto buscando una nueva línea desde donde reiniciar.
That saves PCRE from having to scan along the subject looking for a newline to restart at.
Cuando se usan funciones PCRE, se requiere que el patrón esté encerrado entre delimitadores.
When using the PCRE functions, it is required that the pattern is enclosed by delimiters.