in reply to Re: Regexpression is not matching
in thread Regexpression is not matching
perl -e 'my $val=" Code (inc. data) RO Data RW Data ZI Da +ta Debug Object Name\n"; print "Yes" if $val =~ m# Code \ +(inc\. data\) RO Data RW Data ZI Data Debug Object Nam +e#;'
Yes
Might be some space or chomp issue I belive
|
|---|