in reply to (jeffa) Re: Setting Input record separator to chunk on paragraphs
in thread Setting Input record separator to chunk on paragraphs
It says at http://etext.lib.virginia.edu/helpsheets/regex.html that ". Matches any one character "
So therefore "." would mean to split anywhere that a character is followed by a line return.