Liking cljdoc? Tell your friends :D

proton.pattern

Commonly used regular expressions and those utilities

Commonly used regular expressions and those utilities
raw docstring

email-patternclj/s

Regexp object of email address.

Regexp object of email address.
sourceraw docstring

email-regexclj/s

Regexp string of email address

Regexp string of email address 
sourceraw docstring

password-patternclj/s

Regexp object of valid password.

Regexp object of valid password.
sourceraw docstring

password-regexclj/s

Regexp string of valid password.

Regexp string of valid password.
sourceraw docstring

uuid-patternclj/s

Regexp object of UUID.

Regexp object of UUID.
sourceraw docstring

uuid-regexclj/s

Regexp string of UUID.

Regexp string of UUID.
sourceraw docstring

valid-email?clj/s

(valid-email? mail)

Check if email address is valid format.

Check if email address is valid format.
sourceraw docstring

valid-password?clj/s

(valid-password? password)

Check if password is valid format where password contains lower case letters, upper case letters, numeric characters, and special characters. (i.e. from 0x21 to 0x7e in ascii code table)

Check if password is valid format where password contains lower case letters, upper case letters,
numeric characters, and special characters.
(i.e. from 0x21 to 0x7e in ascii code table)
sourceraw docstring

valid-uuid?clj/s

(valid-uuid? uuid-string)

Check if UUID string is valid format.

Check if UUID string is valid format.
sourceraw docstring

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

× close