unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Regexp matching whitespace including newline
@ 2008-09-15 11:43 Nordlöw
  2008-09-15 11:56 ` David Kastrup
  2008-09-15 13:11 ` Thierry Volpiatto
  0 siblings, 2 replies; 5+ messages in thread
From: Nordlöw @ 2008-09-15 11:43 UTC (permalink / raw)
  To: help-gnu-emacs

Is there a more compact regexp for specifying whitespace including
newlines other than:

(re-search-forward (concat "\\(" "\\s-" "\\|" "\n" "\\)*"))

I always use concat() to increase readability of my code.


/Nordlöw


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

end of thread, other threads:[~2008-09-15 13:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15 11:43 Regexp matching whitespace including newline Nordlöw
2008-09-15 11:56 ` David Kastrup
2008-09-15 12:27   ` Nordlöw
2008-09-15 13:12     ` David Kastrup
2008-09-15 13:11 ` Thierry Volpiatto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).