Regex.opts
You're seeing just the function
opts
, go back to Regex module for more information.
Specs
Returns the regex options as a string.
Examples
iex> Regex.opts(~r(foo)m)
"m"
opts
, go back to Regex module for more information.
Returns the regex options as a string.
iex> Regex.opts(~r(foo)m)
"m"