my $ipn="( going ) there"; my $jpn="( going ) there"; if($jpn =~ m/$ipn/) { print "yes"; } else {print "nomatch";} [download]
In reply to how can I use regular expresion if my string to be matched has round brackets by advait