On Nov 22, 2007 11:32 PM, Phil Dawes <[EMAIL PROTECTED]> wrote: > I noticed there's a regex engine in the unmaintained dir - is this the > best way of doing regexes in factor at the moment?
I generally use parser combinators to make up for the lack of regex support. Doug is working on regexes though so they may be working by now. You could perhaps have a mapping between a parser to an action (for furnace, or a word/quotation otherwise). The result of the parser could be a tuple that contains the arguments extracted from the url. Chris. -- http://www.bluishcoder.co.nz ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
