Liking cljdoc? Tell your friends :D

automaton-build.code.forbidden-words

Search for some (forbidden) keywords in the project code.

Search for some (forbidden) keywords in the project code.
raw docstring

coll-to-alternate-in-regexpclj

(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)"
raw docstring

forbidden-words-matchesclj

(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 search
  • clj-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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close