Search for some (forbidden) keywords in the project code.
Search for some (forbidden) keywords in the project code.
(coll-to-alternate-in-regexp coll)
Turns coll
- a collection of strings or patterns - like ("a" "b") to "(a|b)"
Turns `coll` - a collection of strings or patterns - like ("a" "b") to "(a|b)"
(forbidden-words-matches regexp file-content)
Creates the list of matches of lines of file-content
matching the regexp
.
Returns the matches
Params:
regexp
regexp (with groups) of strings to searchclj-repo
Creates the list of matches of lines of `file-content` matching the `regexp`. Returns the matches Params: * `regexp` regexp (with groups) of strings to search * `clj-repo`
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |