我有一个字符串,我想为它提取一些信息。字符串可能是这样的
$string = "Followers: abc.com. ID by: xyz@gmail.com. More info: all the rest of information goes here. All other goes everywhere else."
$string 有时只是有
$string = "ID by: xyz@gmail.com."
或者
$string = "Followers: abc.com."
或任何其他组合。我只是想看看那里是否有身份证并将其取出。
实现这一目标的最佳方法是什么