Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [AWK GREP] AWK and GREP funcs, arg order

From: gregg:pointillistic at: 19-May-2007 14:16

Hi Jose, j> Are you using a suffix tree or a suffix array for your implementation? No, it's a simple PARSE-based pattern matcher; you can do other file globbing patterns, not just suffixes. -- Gregg