Module el.slug

Slugs.

Deal with keyword-like symbols and identifiers

Functions

tocamel (str) Convert to camel case.
tosnake (str) Convert to snake case
valid (str) True if valid slug.


Functions

tocamel (str)
Convert to camel case.

Parameters:

  • str
tosnake (str)
Convert to snake case

Parameters:

  • str
valid (str)
True if valid slug. For example: allowed a-z, A-Z, 0-9, and _ (no spaces)

Parameters:

  • str
generated by LDoc 1.5.0 Last updated 2023-07-24 14:15:49