On Feb 8, 2006, at 8:01 AM, Shane Chrisp wrote:

@[0-9]\*.*

This might be better : @[0-9].*

I think \* means 'a literal *', because \ is an escape character. That's the way it is in some other regex implementations (Perl & PHP), anyway.

alex
.



Reply via email to