I am looking for Knuth-Morris-Pratt 'regexp' searcher. srfi-13
implements the KMP 'string' searcher.
sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) w=
rites:
> >>>>> "narang" =3D=3D narang <narang@comcast.net> writes:
>=20
> narang> I would like to convert some of my expect scripts to scsh. srfi-13
> narang> provides some support using Knuth-Morris-Pratt searching but it o=
nly
> narang> works for strings not for regular expressions. Anybody has a effi=
cient
> narang> solution which will work without backtracking (on input-ports).
>=20
> It's unclear to me from your post what exactly you're looking for.
> Are you looking for a Knuth-Morris-Pratt searcher or a regexp engine?
> It'd probably be easier for us to help you if you gave a more
> high-level description of what you're trying to do.
>=20
> --=20
> Cheers =3D8-} Mike
> Friede, V=C3=B6lkerverst=C3=A4ndigung und =C3=BCberhaupt blabla
|