[OpenSIPS-Users] Dialplan regex help

Liviu Chircu liviu at opensips.org
Wed Jan 22 13:58:25 EST 2020


Hi Sharad,

Your solution seems correct to me, and should be working. The only 
possible improvement
I see, purely cosmetical:

* match_exp: ^0[0-9]{8}$
* subst_exp: ^0([0-9]{8})$
* repl: 972\1

Does your current rule not work for you, or are you just asking for 
confirmation?

Best regards,

Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com

On 22.01.2020 20:50, Sharad Kumar via Users wrote:
> Hey guys,
>
> I need your little help in regex, I have a regex that search the 9 
> Digits DID and append 972 as a prefix. So for example -
>
> DID - 012345678
> After regex - 9720123456789
>
> But now I want to remove the first 0 by regex so that I should get the 
> output like this - 97212345678
>
> These are my current regex rules -
> Matching Regular Expression -     ^0[0-9]{8}$
> Substitution Regular Expression:   ^(0)([0-9]{8})$
> Replacement Expression:            972\2
>
> Any help or suggestions will be appreciated.
> Thank you
>
>
>
>
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20200122/58f058e1/attachment.html>


More information about the Users mailing list