Hi Bogdan,<div>Thank you very much.</div><div>The expression that matched was:&nbsp;</div><div>if(uri=~&quot;^sip:\+[2-9][0-9]*@&quot;)&nbsp;</div><div><br></div><div>I wanted to match anything starting from +(2-9) followed by any digits and any number of digits.</div>
<div><br></div><div>Thanks again.</div><div><br></div><div>w/regards,</div><div>Jayesh<br><br><div class="gmail_quote">On Thu, Oct 30, 2008 at 1:39 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Jayesh,<br>
<br>
no, it shouldn&#39;t, because the whole number (up to @) matches the [2-9]* which does not accept 1, but you have 1 in your number.<div class="Ih2E3d"><br>
<br>
Regards,<br>
Bogdan<br>
<br>
Jayesh Nambiar wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="Ih2E3d">
Hi Bogdan,<br>
Thanks for the reply.<br>
So the RE that i had written which is if(uri=~&quot;^sip:\+[2-9]*@&quot;) &nbsp;should match +91981122334455 right?<br>
But it does not. Any suggestions?<br>
<br>
--- Jayesh<br>
<br></div><div class="Ih2E3d">
On Wed, Oct 29, 2008 at 1:12 PM, Bogdan-Andrei Iancu &lt;<a href="mailto:bogdan@voice-system.ro" target="_blank">bogdan@voice-system.ro</a> &lt;mailto:<a href="mailto:bogdan@voice-system.ro" target="_blank">bogdan@voice-system.ro</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;Hi Jayesh,<br>
<br>
 &nbsp; &nbsp;try:<br>
 &nbsp; &nbsp; &nbsp;if ($ru=~&quot;^sip:\+<a href="mailto:12127773456@domain.com" target="_blank">12127773456@domain.com</a><br></div>
 &nbsp; &nbsp;&lt;mailto:<a href="mailto:12127773456@domain.com" target="_blank">12127773456@domain.com</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp;&lt;mailto:<a href="mailto:sip%253A%252B12127773456@domain.com" target="_blank">sip%3A%2B12127773456@domain.com</a><br></div>
 &nbsp; &nbsp;&lt;mailto:<a href="mailto:sip%25253A%25252B12127773456@domain.com" target="_blank">sip%253A%252B12127773456@domain.com</a>&gt;&gt;&quot;)<div class="Ih2E3d"><br>
<br>
 &nbsp; &nbsp;+ is a special chr in regexp and you need to escape it to use it.<br>
<br>
 &nbsp; &nbsp;Regards,<br>
 &nbsp; &nbsp;Bogdan<br>
<br>
 &nbsp; &nbsp;Jayesh Nambiar wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Hello,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Can someone please guide me to write a regular expression that<br>
 &nbsp; &nbsp; &nbsp; &nbsp;matches URIs like <a href="mailto:sip%3A%2B12127773456@domain.com" target="_blank">sip:+12127773456@domain.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:sip%253A%252B12127773456@domain.com" target="_blank">sip%3A%2B12127773456@domain.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:sip%253A%252B12127773456@domain.com" target="_blank">sip%3A%2B12127773456@domain.com</a><br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:sip%25253A%25252B12127773456@domain.com" target="_blank">sip%253A%252B12127773456@domain.com</a>&gt;&gt; in OpenSIPS.<div class="Ih2E3d"><br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;I want to match numbers starting from &#39;+&#39;.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Any help would be highly appreciated.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Thanks in advance.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;w/regards,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Jayesh<br>
 &nbsp; &nbsp; &nbsp; &nbsp;------------------------------------------------------------------------<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Users mailing list<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>&gt;<div class="Ih2E3d"><br>

 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; <br>
<br>
<br>
</div></blockquote>
<br>
</blockquote></div><br></div>