<div>Hey guys,<br></div><div><br></div><div>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 -<br></div><div><br></div><div>DID - 012345678<br></div><div>After regex - 9720123456789<br></div><div><br></div><div>But now I want to remove the first 0 by regex so that I should get the output like this - 97212345678<br></div><div><br></div><div>These are my current regex rules -<br></div><div>Matching Regular Expression -     ^0[0-9]{8}$<br></div><div>Substitution Regular Expression:   ^(0)([0-9]{8})$<br></div><div>Replacement Expression:            972\2<br></div><div><br></div><div>Any help or suggestions will be appreciated. <br></div><div>Thank you <br><br></div><div><br></div><div><br></div><div class="protonmail_signature_block protonmail_signature_block-empty"><div class="protonmail_signature_block-user protonmail_signature_block-empty"><br></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div>