help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Regex expression


From: bcochofel
Subject: Regex expression
Date: 22 Dec 2006 04:29:44 -0800
User-agent: G2/1.0

I'm trying to match the beginning of all lines that have tab|space
chars and I'm using this:

^[ \t]*

But [ \t]* doesn't match spaces or tabs, matchs spaces and letter t...
Am I missing something?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]