(all s)Obscure the whole string. Useful for passwords
Obscure the whole string. Useful for passwords
(email s)Obscure an email. Examples:
Obscure an email. Examples: - some.email@gmail.com -> so******il@gmail.com - small@gmail.com -> s****@gmail.com - bob@gmail.com -> b**@gmail.com
(offset s opts)Given a string, obscure all the string content from start+<start-offset> to end-<end-offset> opts:
:start: amount of chars at the beginning of the string to not be obscured:end: amount of chars at the end of the string to not be obscuredGiven a string, obscure all the string content from start+<start-offset> to end-<end-offset> opts: - `:start`: amount of chars at the beginning of the string to not be obscured - `:end`: amount of chars at the end of the string to not be obscured
(phone s)Obscure a phone number. It removes phone number's specific special characters
such as ()+ and white spaces
Obscure a phone number. It removes phone number's specific special characters such as `()+` and white spaces
(symmetric-offset s n)Same as offset but :start and :end are equal
Same as `offset` but `:start` and `:end` are equal
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 |