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
- Re: regex / a simple question Kristofer Wolff
- Re: regex / a simple question Jenda Krynicky
- RE: regex / a simple question Andre Andreev
- AW: regex / a simple question Kristofer Wolff
- RE: regex / a simple question Andrew Hamm
