[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to re-search for ^"*Nanotechnology*"$
From: |
Mirko |
Subject: |
How to re-search for ^"*Nanotechnology*"$ |
Date: |
Wed, 05 Sep 2007 05:32:22 -0700 |
User-agent: |
G2/1.0 |
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.
- How to re-search for ^"*Nanotechnology*"$,
Mirko <=