Thank you all - Kangax's low profile technique works like a champ.

Walter Lee: Regular expressions hurt my head. I will get there one
day.

The actual thing I am working on take about 100 alpha/numeric
sequences of no real logical order... so making it in regular
expression would take far longer (for me) then juts stubbing the 100
sequences in there.

Thanks again all!!!!!





On Feb 5, 2:29 pm, kangax <kan...@gmail.com> wrote:
> On Feb 5, 11:44 am, SWilk <wilkola...@gmail.com> wrote:
>
> > Walter Lee Davis pisze:> Isn't that just /(V30000)|(B47242)|(V54000)/ ??
>
> > No, I think it is not.
>
> > I think it should be /^(V30000)|(B47242)|(V54000)$/
> > cause the 'bleblabliV30000anything' should not match ;)
>
> There's no need for so many parentheses, really:
>
> /^(V30000|B47242|V54000)$/
>
> --
> kangax
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to