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

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

Re: regexp with match over multiple lines


From: Peter Dyballa
Subject: Re: regexp with match over multiple lines
Date: Fri, 6 May 2011 14:35:27 +0200


Am 06.05.2011 um 13:10 schrieb AngusC:

Anyway, I don't understand what the " bit in there is doing

It was just a mark for the borders (start and end) of the regexp. Without them it is:

        <!\[CDATA\[[^>]+>

The particle, in borders, "[^>]" means: every character except ">", to make the expression less greedy.

--
Greetings

  Pete


"Evolution"            o           __o                     _o _
          °\___o      /0~         -\<,              ^\___ /=\\_/-%
oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____




reply via email to

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