[Users] regular expression

raviprakash sunkara sunkara.raviprakash.feb14 at gmail.com
Wed Nov 29 14:34:44 CET 2006


On 11/29/06, Jayesh Nambiar <voip_freak at yahoo.co.in> wrote:
>
> Hi all,
> Can someone please help me in formulating a regular expression. I have an
> expression like this:
> if(uri=~"^sip:1[0-9]*@)
> This matches numbers like 15552221212, but also matches number like
> 15552221212#.
>
> when i make it as:
> if(uri=~"^sip:1[0-9]@*)
>

Use this
if (uri=~"^sip:1{8}[0-9]@" )




Again this matches any special characters after the number.
>
> I just wanted a regular expression that will match only numbers and no
> alphabets or special characters.
> Can someone please help me to formulate a regular expression for this.
>
> Thanks in advance.
>
> w/regards,
> Jayesh
>
> ------------------------------
> Find out what India is talking about on - Yahoo! Answers India<http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/>
> Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get
> it NOW<http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com>
>
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
>
>


-- 
Thanks and Regards
Ravi Prakash Sunkara
ravi.sunkara at hyperion-tech.com
M:+91 9985077535
O:+91 40 23114549
F:+91 40 40208727
ravi.sunkara at hyperion-tech.com
www.hyperion-tech.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20061129/2d1a0b7d/attachment.htm 


More information about the Users mailing list