Home : General : Perl Programming :

General: Perl Programming: Re: [Andy] pattern matching prblem: Edit Log

Here is the list of edits for this post
Re: [Andy] pattern matching prblem
Quote:
Trust me... you need to escape the <>, just like you would with the [] or . , or else it will be treated as non-charachter, and instead of being a direct match, it will be taken as its regex equivelant.

Mmm no you don't :) ....< and > are not meta-characters. You were right about escaping [ ] though.

Last edited by:

BlueBottle: Jul 17, 2004, 7:14 AM

Edit Log: