How to combine the expressions? for ex, if I want to replace ()[] by the same char, how to can i combine it?
$str =~ s/()[]/"/g;In reply to Re^2: Reg exp questions
by carolw
in thread Reg exp questions
by carolw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |