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

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

Regexp for matching a symbol (identifier) in emacs-lisp


From: Nordlöw
Subject: Regexp for matching a symbol (identifier) in emacs-lisp
Date: Fri, 10 Oct 2008 04:33:07 -0700 (PDT)
User-agent: G2/1.0

Does Emacs provide a shorter way of matching an emacs-lisp symbol
(identifier) than the following:
  "\\(" "\\(?:" "\\w\\|\\s_" "\\)+" "\\)"

Thanks in advance,
Nordlöw


reply via email to

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