RegEx Question

Jim Ault JimAultWins at yahoo.com
Thu Mar 9 13:03:11 EST 2006


Pay attention that these codes ARE always case sensitive, 'Usi'


On 3/9/06 9:45 AM, "Jim Ault" <JimAultWins at yahoo.com> wrote:

> (?i) -- case insensitive
> (?Ui)  --Ungreedy and case insensitive
> (?Usi) --Ungreedy, ignore end of line, case insensitive
> 
> Jim Ault
> Las Vegas
> 
> On 3/9/06 9:35 AM, "Arthur Urban" <aturban at qwest.net> wrote:
> 
>> Is there a syntax for regular expressions in Rev that will allow a
>> case-insensitive search? Thanx!





More information about the use-livecode mailing list