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

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

Regexp matching whitespace including newline


From: Nordlöw
Subject: Regexp matching whitespace including newline
Date: Mon, 15 Sep 2008 04:43:21 -0700 (PDT)
User-agent: G2/1.0

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


reply via email to

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