Re: Regular expressions

Richard Frith-Macdonald <[email protected]> Sun, 17 Oct 2021 08:34:17 +0100
Newsgroups gmane.comp.lib.gnustep.devel
Message-ID <[email protected]>

> On 16 Oct 2021, at 14:37, Daniel Santos <[email protected]> wrote:
> 
> Hi,
> 
> Does GNUStep have some library for handling regular expressions ?
> 

See the NSRegularExpression class in the GNUstep-base library.
It wraps the regular expression support of ICU.