(replace-expr expr & kw-opts)Apply any suggestions to expr.
expr    - Code form to check and replace
kw-opts - any valid option for check/check-expr, as well as:
- :file current filename
- :interactive prompt for confirmation before replacement or not
Returns a string of the replaced form
Apply any suggestions to `expr`.
`expr`    - Code form to check and replace
`kw-opts` - any valid option for `check/check-expr`, as well as:
            - `:file` current filename
            - `:interactive` prompt for confirmation before replacement or not
Returns a string of the replaced form(replace-file file & kw-opts)Apply any suggestions to file.
file    - File to check and replace in
kw-opts - any valid option for check/check-expr, as well as:
- :interactive prompt for confirmation before replacement or not
Modifies file, returns nil
Apply any suggestions to `file`.
`file`    - File to check and replace in
`kw-opts` - any valid option for `check/check-expr`, as well as:
            - `:interactive` prompt for confirmation before replacement or not
Modifies `file`, returns `nil`cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |