home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.ada
- Path: sparky!uunet!convex!convex!pelakh
- From: pelakh@convex.com (Boris Pelakh)
- Subject: Re: Match function ?
- Sender: usenet@news.eng.convex.com (news access account)
- Message-ID: <1992Aug25.164931.337@news.eng.convex.com>
- Date: Tue, 25 Aug 1992 16:49:31 GMT
- Distribution: comp.lang.ada
- References: <OBRY.92Aug25111154@cheesesteak.flash.bellcore.com>
- Nntp-Posting-Host: bach.convex.com
- Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
- X-Disclaimer: This message was written by a user at CONVEX Computer
- Corp. The opinions expressed are those of the user and
- not necessarily those of CONVEX.
- Lines: 15
-
- In article <OBRY.92Aug25111154@cheesesteak.flash.bellcore.com> obry@flash.bellcore.com (Pascal Obry) writes:
- >What I want is something like :
- >
- > match ("a string here", "[a-z]+[^A-Z]*g")
-
- If you are working on an UNIX system, use the re_comp/re_exec functions from
- libc.a via pragma INTERFACE. Or. grab the optimized regex functions used in the
- gnu projects and rewrite them in Ada, thus getting rid of the copyleft.
-
-
- --
- Boris Pelakh Ada Project Leader pelakh@convex.com
- Convex Computer Corporation
- "If winning isn't important, why keep score ?" -- Lt. Worf, Star Trek TNG.
-
-