Consider:
$a = 'How are you? @android_ar';
if ($a contains '@android_ar')
echo 'true';
Suppose I have the code above, what is the correct way to write the statement if ($a contains '@android_ar')
?
Note:
The mention (@android_ar
) its change every time. So we can change it every time and not fixed