get
Returns a named group with the specified name.
Return
An instance of MatchGroup if the group with the specified name was matched or null
otherwise.
Since Kotlin
1.2
Throws
kotlin. Illegal Argument Exception
if there is no group with the specified name defined in the regex pattern.
kotlin. Unsupported Operation Exception
if getting named groups isn't supported on the current platform.