$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Frédéric Mayot (yg-boost-users_at_[hidden])
Date: 2002-08-22 07:50:13
Hi,
My problem is really simple : I have several regular expressions (like
(19[4-9]\d)|(200\d)|( [09]\d ) ) which work when they correspond to the
entire string, e.g. : "2002" OK; "something 2002 something" NOT OK.
Everythings worked fine with the GRETA library, and now, it doesn't.
Does anyone have an idea ?
Thanks.
Fred