/int\(\d+\)/ is not a regular expression
It is the match operator //
with a regular expression int\(\d+\)
After all, you wouldn't write
would you?$test =~ s//int\(\d+\)//int/gi;
--Greg
In reply to Re^2: Hash of Regex
by Anonymous Monk
in thread Hash of Regex
by bichonfrise74
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |