From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3660 Path: news.gmane.org!not-for-mail From: Strake Newsgroups: gmane.linux.lib.musl.general Subject: Re: regex libs (was Re: [musl] embedded newbies site.) Date: Tue, 16 Jul 2013 12:13:18 -0500 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373994810 11619 80.91.229.3 (16 Jul 2013 17:13:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 17:13:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3664-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 16 19:13:32 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Uz8od-00005I-RN for gllmg-musl@plane.gmane.org; Tue, 16 Jul 2013 19:13:31 +0200 Original-Received: (qmail 23583 invoked by uid 550); 16 Jul 2013 17:13:30 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 23575 invoked from network); 16 Jul 2013 17:13:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PgIDH3M138PTc+JAzr6pBMJmV3l/22Rze2deijuBaEU=; b=BDQ/FHpOITdmCSrcARsMvAl9n1EJNNxKGES9vNazJW+6FI2PTP0fNTr0U0jt4s2660 V6vkdAy8obH10TKrJIMVh6Rr2+l9C3EYl4W58Xnvs7a41JbKTltTcAcxnhBx5lPvZ9yp +x+x3/wE2sFv0V8/u1vaMrshflNcRWnAqvlAzTf3iSwD3DAQr1EUldxfEJrAPMdgEipA p5HxH2b9xRmOhm/zGQqRnzhuxIU/pa0jRLrYy+mSPUFie3jlFREYspS5F9/lTcvoEHh9 zUZbErFPgtsT6FnhkA8FixYc2Fzaq5dOkmIjxYoRjfa3scgQjXYc0KU0H6Wi+R/PtnE6 lgYQ== X-Received: by 10.194.120.7 with SMTP id ky7mr1897276wjb.89.1373994798998; Tue, 16 Jul 2013 10:13:18 -0700 (PDT) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:3660 Archived-At: On 16/07/2013, LM wrote: > Would have been > nice if they offered actual regular expressions handling if you only want > to use the POSIX compatible part of the interface. Why? If one only needs the POSIX compatible interface, just use POSIX libc. > So what are some good regex library solutions? I'm also wondering if there > are some good cross-platform portable library solutions (or if PCRE is the > best pattern matching solution from a portability standpoint even if it's > not strictly regex compatible). This is no matter of compatibility; it's in general simply NOT a regex. Actually, neither is POSIX Basic.