|
| From: | Lennart Borgman (gmail) |
| Subject: | Re: regexp that matches newline characters? |
| Date: | Sat, 10 May 2008 00:28:19 +0200 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 |
Dmitri Minaev wrote:
The regexp should eat anything, like dot, but including all kinds of whitespaces. Is it possible to do it with character classes? Something like [[:alnum:][:space:]]* (this one didn't work for me) ?
\(.\|\) but double the \.
| [Prev in Thread] | Current Thread | [Next in Thread] |