in reply to Reguar expression
new code.."This is first sentence." "This is second sentence."
open (INP,"data.txt") || die "Cannot open data.txt\n"; while (<INP>) { print if (/^\"This\b/i and /\.\"$/ and !/\bfirst\b/i) }
perliff
-with perl on my side
"If you look at the code too long, the code also looks back at you"
|
|---|