$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: moshebox_at_[hidden]
Date: 2001-05-15 16:06:53
Hi
I have a question regarding Regex , I got it to collect phrases from
a file for me.
the problem is some of the phrases include a newline character. I
would like to get the same phrases minus the newline characters , is
there anyway to tell Regex to return the phrase while proceeding when
encountering a newline but ignoring it when returning a match ?
thanks