help-guix
[Top][All Lists]
Advanced

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

Re: Regex Rules


From: Julien Lepiller
Subject: Re: Regex Rules
Date: Thu, 10 Nov 2022 07:37:00 +0100
User-agent: K-9 Mail for Android

\\ is for inputing a single \ (it needs to be etcaped in guile strings). Then, 
the rest is a Guile regexp, wgicg you can liarn about at 
https://www.gnu.org/software/guile/manual/html_node/Regular-Expressions.html.

The manual says it's POSIX regexp, whatever that means :)

Le 10 novembre 2022 03:04:12 GMT+01:00, jgart <jgart@dismail.de> a écrit :
>Hi,
>
>Where can I find all the regex rules for this style of regex?
>
>"\\$\\{PG_SHAREDIR\\}/extension"
>
>That's a snippet I took at random from guix/
>
>all best,
>
>jgart
>
>


reply via email to

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