Regex.names
You're seeing just the function
names
, go back to Regex module for more information.
Specs
Returns a list of names in the regex.
Examples
iex> Regex.names(~r/(?<foo>bar)/)
["foo"]