Regex.names

You're seeing just the function names, go back to Regex module for more information.

Specs

names(t()) :: [String.t()]

Returns a list of names in the regex.

Examples

iex> Regex.names(~r/(?<foo>bar)/)
["foo"]