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

[REBOL] Re: New find question

From: antonr::lexicon::net at: 25-Jun-2005 15:39

This is a well-tested method I use a lot:
>> %"" = find/match/any %p3.htm.32105.#01 "p*.htm"
== false
>> %"" = find/match/any %p3.htm "p*.htm"
== true Anton.