Re: Regex introduction?
Joachim Schimpf <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 25/11/2013 19:56, Jan Wielemaker wrote: > > It seems only YAP and XSB provide regular expressions as a native > feature. YAP based on Henry Spencer's library and XSB on POSIX 2 regex > support. > > Did I miss something? Any precedence of well balanced interfaces for > Prolog? The YAP interface is rather limited. The XSB one is richer, > but a bit weird due to issues with atom-GC in XSB you should not be > bothered with as a user. Hi Jan, here is ECLiPSe's regex for comparison http://www.eclipseclp.org/doc/bips/lib/regex/index.html -- Joachim