标签: regex perl
$text =~ /"helloworld"/g
我希望这个正则表达式更改' g'变成一个变量,以便以后我可以把它改成另一个像这样的修饰符' i' s' s'等等
e.g。
$text="helloworld" $test="helloworld" $modifier="g" $text =~ /$test/$modifier