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

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

Re: how to find " on string


From: sokobania . 01
Subject: Re: how to find " on string
Date: Tue, 16 Sep 2014 05:22:32 -0700 (PDT)
User-agent: G2/1.0

Just backquote the quote character inside the string like this:

(setq my-str "a string with \"quoted quotes\" and other chars")
(setq a-quote "\"") ; just a quote character


reply via email to

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