in reply to Re^2: simple regex match question
in thread simple regex match question
I didn't know what you were doing, but now I get it.
The * character is not a wildcard in Perl. That's a shell wildcard. You cannot expect a regular expression to recognize shell-style wildcards; they're different "languages".
Dave
|
|---|