Hello,
I have the following string:
$string = uniqid(mt_rand(1, 999999))." [email protected]|example123456"
The above string is totally random, the only thing that does not change is [email protected]|example123456
.
I want PHP to only return [email protected]|example123456
.
I looked in Google to see if I already had a snippet or example, but I did not find anything.