(apropos str-or-pattern)
Given a regular expression or stringable thing, return a seq of all public definitions in all currently-loaded namespaces that match the str-or-pattern.
user=> (apropos "temp")
()
user=> (require 'clojure.template)
nil
user=> (apropos "temp")
(apply-template do-template)