$contentString = $node->content(); my @foo = @$contentString; my $i; for( $i=0; $i<@foo; $i++ ) { foreach my $workgoddarnit (split(/\.\s|\!|\@|\#|\*|\$/ +, @foo->[$i])) { print OutFile$workgoddarnit; } }
In reply to Re: RegExp quick question
by Anonymous Monk
in thread RegExp quick question
by zebroz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |