About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
edubkendo
8/28/2014 - 5:21 AM
share
Share
add_circle_outline
Save
Elixir sigil cheatsheet
Elixir sigil cheatsheet
gistfile1.md
content_copy
file_download
Rendered
Source
The letter determines the sigil’s type:
~C a character list with no escaping or interpolation
~c a character list, escaped and interpolated just like a single quoted string ~R a regular expression with no escaping or interpolation
~r a regular expression, escaped and interpolated
~S string with no escaping or interpolation
~s string, escaped and interpolated just like a double quoted string
~W a list of whitespace-delimited words, with no escaping or interpolation ~w a list of whitespace-delimited words, with escaping and interpolation
clear