Problems with Anchors
Posted: Fri Jun 17, 2005 7:37 am
I am trying to write a perl pattern where the entire line matches. So, for the text "This is a test", I have tried "^This is a test$". While this seems to work in other programs (RegexBuddy), I get no matches if I type the following into the trial input:
This is a Test
This is a Test 2
This is a Test
I know this should be simple, but it's not clear what I am doing wrong. I have also tried an easypattern with similar results.
This is a Test
This is a Test 2
This is a Test
I know this should be simple, but it's not clear what I am doing wrong. I have also tried an easypattern with similar results.