[perl] ayuda en remplazo: s/%0D%0A/%3CBR%3D/eg;
Jose Antonio Galicia
jcgalici@cbbanorte.com.mx
Tue, 25 Jul 2000 12:12:12 -0500 (CDT)
On Tue, 25 Jul 2000, Alejandra Carrillo wrote:
> Bueno, ¿y qué significa el + en \S+ ?
Según el man de perlre
* Match 0 or more times
+ Match 1 or more times
? Match 1 or 0 times
{n} Match exactly n times
{n,} Match at least n times
{n,m} Match at least n but not more than m times
equivalencias:
* = {0,}
+ = {1,}
? = {0,1}
Chido perl.
Saludos,
Toño.
---
mailto: jcgalici@cbbanorte.com.mx
--------- Pie de mensaje --------------------------------
Visite: http://tlali.iztacala.unam.mx/~randrade/perl.shtml
Cancelar inscripcion:
mail to: majordomo@tlali.iztacala.unam.mx
text : unsubscribe perl