On 10/18/07, Kevin Viel <[EMAIL PROTECTED]> wrote: snip > Are these character classes that have single elements? In other words: > > [.] matches . > [?] matches ? > [*] matches * > > Can they be combined? > > [.*] snip
Yes, that last example is a character class that will match '.' or '*'. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/