[Solved] remove part of string after a special character
[ad_1] $string = current(explode(‘*’, ‘something*10’)); As found here : REF Running Example : IDEONE 0 [ad_2] solved remove part of string after a special character
[ad_1] $string = current(explode(‘*’, ‘something*10’)); As found here : REF Running Example : IDEONE 0 [ad_2] solved remove part of string after a special character