all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Regex expression
@ 2006-12-22 12:29 bcochofel
  2006-12-22 12:48 ` rgb
  2006-12-22 13:24 ` Peter Dyballa
  0 siblings, 2 replies; 10+ messages in thread
From: bcochofel @ 2006-12-22 12:29 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-12-26 14:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-22 12:29 Regex expression bcochofel
2006-12-22 12:48 ` rgb
2006-12-22 12:57   ` bcochofel
2006-12-22 13:52     ` rgb
2006-12-22 14:23       ` bcochofel
2006-12-22 14:23       ` bcochofel
2006-12-22 14:26       ` bcochofel
2006-12-22 19:19       ` Kevin Rodgers
     [not found]       ` <mailman.2229.1166829311.2155.help-gnu-emacs@gnu.org>
2006-12-26 14:29         ` rgb
2006-12-22 13:24 ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.