in reply to
Re^2: regex question
in thread
regex question
If you want to match "1 string1" from "...\n1 string1 string2 string3\n...", use anchor '^', otherwise modifier 'm' is redundant. Did it help?
Comment on
Re^3: regex question
In Section
Seekers of Perl Wisdom