about v0.0.1 About
Adds documentation to iex.
These functions are not intended to be used at runtime, they only exist to provide documention.
Topics include:
- regex
- sigils
Link to this section Summary
Link to this section Functions
Link to this function
help()
Explains the About library.
Usage:
iex > About.help
Link to this function
regex()
Regex:
Regex in Elixir can be specific using the ~r sigil:
~r/Aa/
You can enable unicode support with: ~r/aPattern/u
Link to this function
sigils()
Sigils.
~r Regex