On Mon, Nov 9, 2009 at 1:10 PM, <russell.mosem...@cune.org> wrote:

> Dave Stevenson <steve...@primrosebank.net> said:
>
> > ^([1-3][1-9][0-9]|[2-3][0-9][0-9])$
>
> Another possibility.
>
> ^(1(0[1-9]|[1-9]\d)|[2-3]\d{2})
>
>
Yep this is the one. I'm sorry I didn't read the OP correctly the first
time. Skipping 100 and matching 101 is the tricky part, obviously. This
regex should fit the bill.
-MC
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to