This will split behind the period, but only if it is not (directly) quoted.my $re = qr/(?<!["'])(?<=\.)\s*(?!["'])/;
Edit: added \s* to strip out space between sentences.
In reply to Re: split $data, $unquoted_value;
by Codon
in thread split $data, $unquoted_value;
by Ovid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |