常用正则表达式

# 匹配首尾字符串之间的内容,不包含首尾
(?<=db_id=").*(?=" mock_id)

原文地址:https://www.cnblogs.com/martinsun/p/14818553.html