如何在perl中的程序中更改匹配修饰符?

时间:2015-06-12 06:14:19

标签: regex perl

$text =~ /"helloworld"/g

我希望这个正则表达式更改' g'变成一个变量,以便以后我可以把它改成另一个像这样的修饰符' i' s' s'等等

e.g。

$text="helloworld"
$test="helloworld"
$modifier="g"

$text =~ /$test/$modifier

0 个答案:

没有答案