正则就可以取出指定字符串之间的内容

正则就可以取出指定字符串之间的内容:
(?<=(\*\?))[.\s\S]*?(?=(\*\?))
原文地址:https://www.cnblogs.com/runliuv/p/2499262.html