Oh, that's it. I thought white space was only horizontal. Thank you. - - On Sun, 16 Mar 2003 20:48:32 -0500, Ronald J Kimball wrote:
>Your regex uses \s* where it should be using [ \t]. That allows it to incorrectly >match the newline immediately after the colon and then match the next line as the >content of the header.