<div dir="ltr">Is there a way to format the URI values eg.<div>if the referrence to user</div><div><br></div><div>$tU = +0140932031</div><div><br></div><div>and i only want to get +01</div><div><br></div><div>if ($tU == &quot;+01&quot;)</div>
<div>{</div><div>         Some Action</div><div>};</div><div><br></div><div>is there a way to get this output, by saving it in another variable or formatting it in some way ?</div></div>