ClojureDocs

Nav

Namespaces

find-keyword

clojure.core

Available since 1.3 (source)
  • (find-keyword name)
  • (find-keyword ns name)
Returns a Keyword with the given namespace and name if one already
exists.  This function will not intern a new keyword. If the keyword
has not already been interned, it will return nil.  Do not use :
in the keyword strings, it will be added automatically.