in reply to Re^2: Regex Search String in a Variable
in thread Regex Search String in a Variable

that's true, but you still need two \\ to quote a meta.

here a bad but not exceptional line taken from cperl-mode

"\\((\\(\\\\.\\|[^\\\\()]\\|([^\\\\()]*)\\)*)\\)?"

edit

and more things need escaping in elisp regexes

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery