On Mon, Nov 9, 2009 at 1:10 PM, <[email protected]> wrote:
> Dave Stevenson <[email protected]> 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 [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
