我有这个`/admin[^:]*:\s*(.* )/i
主题的 preg_match 模式(作为示例)
txt stuff
Administrative Contact:
Brown, John support@xxxxxxx.com
txt stuff
拉出“Brown,John support@xxxxxxx.com”,但我需要一些东西来搜索和打印“Brown,John”(姓名),而不是整行(一切都是姓名,而不是电子邮件)。这是一段大文本,唯一的静态字符串是“Administrative Contact:”。
谢谢