in reply to Regex with newline

try looking at these two nodes for more info:

fixing what textareas do to input
ASCII to HTML

both are relevant to this. Also, remember that when you think of a good title for your question, put that title into the search box and search on it. You'll be surprised what you can find. =)

Update: Please don't take this as a lecture. Asking questions like this one is what this whole section is about. I point out the option to search simply because itcan save *you* time and get you answers in terms that may help you rephrase the questions - which is sometimes all you need to do to get to the answers yourself. =)

"A man's maturity -- consists in having found again the seriousness one had as a child, at play." --Nietzsche

Replies are listed 'Best First'.
Re: (jptxs) Re: Regex with newline
by voyager (Friar) on Apr 05, 2001 at 02:06 UTC
    I am properly chastised.

    I want to share that one of the nodes pointed to above had a reference to HTML::FromText which is just what I needed.

    Update: For those who care about these things, I did notice that this module uses uppercase tags which the W3C xhtml validator does not like.