Re: RegEx simple problem-a quickie
Re: RegEx simple problem-a quickie
- Subject: Re: RegEx simple problem-a quickie
- From: Yosemite <email@hidden>
- Date: Thu, 12 Apr 2001 11:05:29 -0800
-- as a list of string
RECompare {"GoFish.gif"} pattern ".*\\.gif"
-- >> returns true
-- hcir
mailto:email@hidden
>
>
RECompare "GoFish.gif" pattern ".*\\.gif"