PS: ...or just see grandfather's post above :)my $text="jojo,has|some:big>balls][nuts,sometimes_|_he,scratches"; my @splitted= split /,|\||:|>|\]\[|_\|_/, $text; foreach $particle (@splitted) { print $particle."\n"; }
In reply to Re: regex trouble
by dewey
in thread regex trouble
by spx2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |