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

Functions

Explains the About library.

Regex

Sigils.

Link to this section Functions

Explains the About library.

Usage:

iex > About.help

Regex:

Regex in Elixir can be specific using the ~r sigil:

~r/Aa/

You can enable unicode support with: ~r/aPattern/u

Sigils.

~r Regex