We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1d2456 + 2ec9c24 commit 91dc65bCopy full SHA for 91dc65b
lib/elixir/lib/regex.ex
@@ -4,8 +4,8 @@ defmodule Regex do
4
in the Erlang Standard Library. More information can be found
5
in the [`re` documentation](http://www.erlang.org/doc/man/re.html).
6
7
- Regular expressions in Elixir can be created using `Regex.compile!`
8
- or using the special form with `%r`:
+ Regular expressions in Elixir can be created using `Regex.compile!/2`
+ or using the special form with [`%r`](Kernel.html#sigil_r/2):
9
10
# A simple regular expressions that matches foo anywhere in the string
11
%r/foo/
0 commit comments