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

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

How to search for any quoted-insert ctrl character


From: Deric Bytes
Subject: How to search for any quoted-insert ctrl character
Date: Sat, 30 Jan 2016 10:11:39 -0800 (PST)
User-agent: G2/1.0

I want to do a re-search-forward for any ^ charcter, even if it is a 
quoted-insert symbol


The following expression will not see text that has been entered using 
'quoted-insert'


   (re-search-forward "^")

I want it to match the following three quoted-insert characters (and all others)

^R
^T
^P




reply via email to

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