Code:
$string1 =~ /($modul\s#\(.*\);)/gs; $instancesfrom1 =~ /$modul #\(([^;]*)\);/g; m/^(\Q$lkup(\E.+?\))/
i want a regular expression matching the requirement
i have sent one module
it starts with hash open paranthesis
and some where it might have two closing paranthesis.
...
Leave a comment: