(make-captcha & [captcha-style])
Retur a pair of captcha text and its solution, both strings.
If captcha-style
is :lisp
, build something like (+ 2 1)
rather than 2 + 1
. The operands are math unicode symbols
so the text cannot be evaluated without Unicode denormalization.
Retur a pair of captcha text and its solution, both strings. If `captcha-style` is `:lisp`, build something like `(+ 2 1)` rather than `2 + 1`. The operands are math unicode symbols so the text cannot be evaluated without Unicode denormalization.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close