hi all,

can anyone please help me ???

if got a string:
"1<1<1,1<1,1,1[+1,1,1]>[+1,1]><1,2[+1,2]>[+1]>[+]"

and want to remove all "[...]" things, using a wrong regex, because mine
starts by the first [ and ends by the last "]" to remove.
:
<1<1,1<1,1,1

I using:

$p =~ s/\[\+(.*)\]//;


thanx Kris

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to