NamedRegexPattern

A regex pattern with a name, that can be used with groupify to group multiple patterns into a bigger pattern.

Inheritors

Properties

Link copied to clipboard
abstract val name: String

Name of the pattern, used to identify the capture group. Should not include special characters and must be unique.

Link copied to clipboard
abstract val regex: Regex

The regex pattern.