From: jbandela_at_[hidden]
Date: 2001-06-13 14:15:18


For the regular expression part, why not copy the way most editors
handle that, ie use a boolean flag.

for example

size_type find( const string & s,
   const string & search, bool regex = false );

I think this way is more intuitive as it minimizes the number of
classes the user has to know.

Cheers,
John R. Bandela