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.
1 parent 427d21e commit 57d3098Copy full SHA for 57d3098
lib/elixir/lib/regex.ex
@@ -101,7 +101,7 @@ defmodule Regex do
101
* `:ungreedy` (U) - inverts the "greediness" of the regexp
102
(the previous `r` option is deprecated in favor of `U`)
103
104
- * `:export` (E) (since Elixir 1.20) - uses an exported pattern
+ * `:export` (E) (since Elixir 1.19.3) - uses an exported pattern
105
which can be shared across nodes or through config, at the cost of a runtime
106
overhead every time to re-import it every time it is executed.
107
This modifier only has an effect starting on Erlang/OTP 28, and it is ignored
0 commit comments