mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 13:34:53 +02:00
@@ -689,8 +689,8 @@ exp = ~r/hello/i
|
||||
```elixir
|
||||
~r/regexp/
|
||||
~w(list of strings)
|
||||
~s[strings with #{interpolation} and \x20 escape codes]
|
||||
~S[no interpolation and no escapes]
|
||||
~s|strings with #{interpolation} and \x20 escape codes|
|
||||
~S|no interpolation and no escapes|
|
||||
~c(charlist)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user