Regular matching problem

clipboard.png

 preg_match("/var ori_head_img_url = "(.*?)";/",$content,$biz);

 "||"MjM5MjAxNDM4MA==

 MjM5MjAxNDM4MA==

Apr.03,2021

try to match further with the following rules after matching

/([\w=])+/g

js version

var str = '"||"MjM5MjAxNDM4MA==';
str.match(/([a-zA-Z\d]*==)/g);

'/var ori_head_img_url = ""\s*||\s*"(.*?)";/'
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c04b-2bac5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c04b-2bac5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?