Kevin Viel schreef: > [.] matches . > [?] matches ? > [*] matches * > > Can they be combined? > > [.*]
Yes, and that looks better than (?:\.|\*), but could actually be somewhat slower. (not slower in Perl 5.10 though) -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/