Re: Which regular expression library?

2000-03-22 Thread George Russell

Two further comments on RegexString:
(1) I actually have to use Ian Jackson's excellent 
   matchRegexAll
function to do what I want.  If this were documented and supported
I would appreciate it.
(2) While I can live without the facility (I think) it would nevertheless
be nice to be able to toggle at least case sensitivity and
line mode, as Regex allows you to do.  Something like the attached
modified version of RegexString should do the trick, without breaking
anything.

Simon Marlow wrote:
> 
> > I'm worried that Regex might be obsolescent.  If I change to
> > RegexString, can
> > I be sure that it's going to stay and be supported for the
> > next two years?
> 
> Sure.  We might change the name though - I'd like to rename RegexString to
> Regex if/when we replace Regex with a PCRE version.
> 
> Cheers,
> Simon
 RegexString.lhs


RE: Which regular expression library?

2000-03-21 Thread Simon Marlow

> I'm worried that Regex might be obsolescent.  If I change to 
> RegexString, can
> I be sure that it's going to stay and be supported for the 
> next two years?

Sure.  We might change the name though - I'd like to rename RegexString to
Regex if/when we replace Regex with a PCRE version.

Cheers,
Simon