my $str = q[This is sample text]; print "match: ", $str =~ m{ }x, $/; print "post: ", $', $/; __output__ match: changed_date="02-02-2003" post: This is sample text