Related articles |
---|
Regexps from shell wilcards colas@opossum.inria.fr (1993-04-02) |
Re: Regexps from shell wildcards imp@Boulder.ParcPlace.COM (Warner Losh) (1993-04-05) |
Re: Regexps from shell wildcards kanze@us-es.sel.de (1993-04-05) |
Re: Regexps from shell wildcards macrakis@osf.org (1993-04-05) |
Re: Regexps from shell wilcards henry@zoo.toronto.edu (1993-04-05) |
Re: Regexps from shell wildcards gnb@leo.bby.com.au (1993-04-06) |
Newsgroups: | comp.compilers |
From: | colas@opossum.inria.fr (Colas Nahaboo) |
Keywords: | lex, question |
Organization: | Koala Project, Bull Research France |
Date: | Fri, 2 Apr 1993 16:31:24 GMT |
Is there an algorithm to convert shell-expressions into regular
expressions? (i.e. generate the string ".*[.]c" from the input "*.c")
In the same vein, is there an algorithm to generate case-independent
regular expressions from nomal ones? (i.e. generate the string
"[aA][bB][cC][eEfFgG]*" from the input "abc[efg]*")
--
Colas Nahaboo, Koala (Bull Research). colas@koala.inria.fr
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.