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 is a website building & hosting documentation for Clojure/Script libraries
× close