void agregar_sustitucion(
string
$texto_buscado, string
$texto_reemplazo
)
|
|
Ingresa criterios de reemplazo
Parámetros:
string |
$texto_buscado: |
Exp. regular |
string |
$texto_reemplazo: |
|
string procesar(
string
$texto
)
|
|
Procesa todos las sustituciones ingresadas
Parámetros: