Simplificator3000.StringHelpers (Simplificator3000 v0.6.0)

Link to this section Summary

Link to this section Functions

Link to this function

add_prefix(word, prefix)

Link to this function

anonymize_email(email)

@spec anonymize_email(binary()) :: binary()
Link to this function

anonymize_phone(phone)

@spec anonymize_phone(binary()) :: binary()
Link to this function

camelize(word, option \\ :upper)

Link to this function

capitalize(word)

Link to this macro

is_nil_or_empty(str)

(macro)
Link to this macro

is_not_nil_or_empty(str)

(macro)
Link to this function

lowercase(word)

Link to this function

nil_or_empty?(str)

@spec nil_or_empty?(binary()) :: boolean()
Link to this function

nil_or_whitespace?(str)

@spec nil_or_whitespace?(binary() | nil) :: boolean()
Link to this function

random_string(length)

Link to this function

underscore(atom)