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 cc9e986 commit 6acc174Copy full SHA for 6acc174
lib/elixir/lib/regex.ex
@@ -84,7 +84,7 @@ defmodule Regex do
84
each line; use `\A` and `\z` to match the end or beginning of the string
85
86
* `:extended` (x) - whitespace characters are ignored except when escaped
87
- and allow `#` to delimit comments
+ or within `[..]`, and allow `#` to delimit comments
88
89
* `:firstline` (f) - forces the unanchored pattern to match before or at the
90
first newline, though the matched text may continue over the newline
0 commit comments