lilypond-user
[Top][All Lists]
Advanced

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

Re: Annotate and Lilyglyphs


From: Urs Liska
Subject: Re: Annotate and Lilyglyphs
Date: Fri, 06 Feb 2015 22:49:04 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 06.02.2015 um 22:46 schrieb Br. Samuel Springuel:
On 2015-02-06 4:18 PM, Noeck wrote:
You could also enforce this by now allowing all characters between the @:
e.g. @[-a-zA-Z\\_]*@

Rather than include all characters not "@" it would be better to simply exclude "@". I.e.:

@address@hidden@

The "^", when it is the first character inside a brace changes the brace from meaning "anything in this group" to meaning "anything not in this group". As a result this expression will match an string contained between to "@" characters which does not itself contain an @ character.

I'm fairly certain this is standard for regular expressions.

Maybe. In any case it seems to work for the problem at hand, while "@.*?@" did not work.

Thanks
Urs



✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Br. Samuel, OSB
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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