Liking cljdoc? Tell your friends :D

teleward.captcha


make-captchaclj

(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.
sourceraw docstring

op->unicodeclj

(op->unicode op)
source

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

× close