$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steve Larcombe (steve_at_[hidden])
Date: 2000-11-01 21:36:07
I am using the boost::regex library and am quite please with the results so
far, but
have now hit a problem.
If I have an input string that I want to match with an expression, and that
string is not complete, but does match up to the end of the string, is there
any way that I can distinguish the expression match failing because it
reached the end of the input string from it failing because the pattern did
not match ?
Steve.