Variable: ido-enable-regexp
ido-enable-regexp is a customizable variable defined in ido.el.gz.
Value
nil
Documentation
Non-nil means that Ido will do regexp matching.
Value can be toggled within Ido using ido-toggle-regexp.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-enable-regexp nil
"Non-nil means that Ido will do regexp matching.
Value can be toggled within Ido using `ido-toggle-regexp'."
:type 'boolean)