Re: [Flex-help] Is it possible to search concurrent strings in flex ?
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Chris v. <che...@gm...> - 2015-07-07 06:04:25
|
Maybe I'm not interpreting your question correctly, but since you know "abcd" and "bcd", wouldn't a match of pattern /abcd/ imply you got both /abcd/ and /bcd/? Likewise, a match on pattern /abcdef/ tells you you got both /abcd/ and /cdef/, right? -Chris On Mon, Jul 6, 2015 at 2:04 AM, 최익성 <pn...@na...> wrote: > Dear flex experts. > > I have a question about lexical analysis. > > Is it possible to find multiple string "abcd" and "bcd" concurrently in > flex ? > > Is it possible to find multiple string "abcd" and "cdef" concurrently in > flex ? > > If flex does not find them, is there any open tool which can find strings > concurrently ? > > Thank you very much. > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > -- > Flex-help mailing list > Fle...@li... > https://lists.sourceforge.net/lists/listinfo/flex-help > |