$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-06-09 06:32:24
>Any ideas?
Remember that regex_match will only return a match if it matches the
*whole* of the text input - it's really designed for things like validating
data input, if you want to search for a match *somewhere* within your text,
then use regex_search instead.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/