(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 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 |