find-doc

added
1.0

ns
clojure.repl

type
function

(find-doc re-string-or-pattern)

Prints documentation for any var whose documentation or name
contains a match for re-string-or-pattern

                user=> (find-doc "data structure")

-------------------------
clojure.core/eval
([form])
  Evaluates the form data structure (not text!) and returns the result.
-------------------------
clojure.core/ifn?
([x])
  Returns true if x implements IFn. Note that many data structures
  (e.g. sets and maps) implement IFn