1. Re: pattern matching
- Posted by Alyne & Warren <WCBaker at HOME.COM> Dec 29, 1999
- 436 views
Hi David! I'd be happy to help in any small way I might. Can you explain what exactly you are trying to do with your matching below? There are lots and lots of 'wildcards' in Perl, and they have varying degrees of specificity. Give me a little more of an explanation of what you want below and I'll come up with something for you. Cheers! --Warren > my pattern matcher *won't* work with something > like this: > > /.* ^Name: (.*)/ > > Because the wildcard on the left hand side will eat up "Name:". Are > wildcards like this allowed in Perl? > > -- David Cuny