标签: preg-replace
什么是preg_replace模式可以更改分配给$my_variable的引号内的任何内容,无论长度如何?
preg_replace
$my_variable
例如,
$my_variable = "whatever it is"
应该更改为:
$my_variable = "whatever new value"
答案 0 :(得分:0)
我明白了:
/\$my_variable=\"(.*?)\";/