commit
382b9c7e95
|
@ -689,8 +689,8 @@ exp = ~r/hello/i
|
||||||
```elixir
|
```elixir
|
||||||
~r/regexp/
|
~r/regexp/
|
||||||
~w(list of strings)
|
~w(list of strings)
|
||||||
~s[strings with #{interpolation} and \x20 escape codes]
|
~s|strings with #{interpolation} and \x20 escape codes|
|
||||||
~S[no interpolation and no escapes]
|
~S|no interpolation and no escapes|
|
||||||
~c(charlist)
|
~c(charlist)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue