Topic: Wanted - Text manipulation library or ideas
Author: seanc@derwent.co.uk (sean clarkson)
Date: 13 Sep 1994 07:57:01 GMT Raw View
What I'm after is a recommendation for a good text manipulation class library (Cor C++)
where a number of terms, words or phrases can be entered and a paragraph or more of text can then
be searched looking for matches...
Any ideas anyone...?
Author: paulb@cs.pdx.edu (Paul Blattner)
Date: 13 Sep 1994 09:21:32 -0700 Raw View
In article <353m0d$5ip@ftp.derwent.co.uk>,
sean clarkson <seanc@derwent.co.uk> wrote:
>What I'm after is a recommendation for a good text manipulation class library (Cor C++)
>where a number of terms, words or phrases can be entered and a paragraph or more of text can then
>be searched looking for matches...
>
>Any ideas anyone...?
>
Rogue Wave's Tools.h++ library contains not only a very powerful string class
with several searching mechanisms that return sub-strings which act as dynamic
windows on the string but also provide a regular expression class for more
sophisticated searches.
--
Quality Software Engineering, Inc. The Successful Transition Seminar
PO Box 303 "Helping companies make a successful
Beaverton OR 97075 transition to object technology"
(503) 538-8256 Training in C++ and Tools.h++