Michael wrote:
> This script is right up my alley - thanks a lot -
>
> I am trying to validate a field that has a letter/number combo - it
> must be between C400 and C700 OR D300 and D999
> [...]
try this regexp:
^((C[4-6]\d{2})|(D[3-9]\d{2})|(C700))$
>
> This is just beyond my reach - I appreciate any help!!!!
This is top of my head, probably could be optimized, but should work.
Regards,
SWilk
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---