ebrowse-symbol-regexp
ebrowse-symbol-regexp is a compiled Lisp function in `ebrowse.el
'.
(ebrowse-symbol-regexp NAME)
Generate a suitable regular expression for a member or class NAME.
This is `regexp-quote' for most symbols, except for operator names
which may contain whitespace. For these symbols, replace white
space in the symbol name (generated by BROWSE) with a regular
expression matching any number of whitespace characters.