
Stefanik
User
Jan 10, 2013, 6:07 AM
Views: 38800
|
Re: [Stefanik] Match characters in middle and end string
|
|
|
I try to match the second point:
($qpar =~ (/^.*SUB:.*[^;]$/m)) I find all the lines contain "SUB", but doesn't end with ";". But the code seems to doesn't manages "^;" and print all the lines contain SUB also the one ending with ";". Any suggests?
(This post was edited by Stefanik on Jan 10, 2013, 6:08 AM)
|