all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to re-search for ^"*Nanotechnology*"$
@ 2007-09-05 12:32 Mirko
  2007-09-05 13:02 ` Mirko
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mirko @ 2007-09-05 12:32 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

how does one write the regular expression search (in elisp) to look
for
^"*Nanotechnology*"$

(The string is inclosed by *'s and these are the only characters on
the line.

My attempt
(re-search-forward "\*[a-zA-Z ]+\*")
fails.

Also, if you could (please) show me how to use the [:alpha:]
construct.

Thank you very much.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-09-06 12:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-05 12:32 How to re-search for ^"*Nanotechnology*"$ Mirko
2007-09-05 13:02 ` Mirko
2007-09-05 13:13 ` Daniel Jensen
2007-09-05 13:18   ` Mirko
2007-09-05 13:27 ` Stephen Berman
2007-09-05 13:32 ` Eric Hanchrow
     [not found] ` <mailman.366.1188999503.18990.help-gnu-emacs@gnu.org>
2007-09-05 15:27   ` Mirko
2007-09-05 21:41     ` Eric Hanchrow
     [not found]     ` <mailman.387.1189029199.18990.help-gnu-emacs@gnu.org>
2007-09-06 12:50       ` Mirko

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.