We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A pattern that can be converted to regex.
public protocol RegexConvertible: Pattern
Pattern
The equivalent regex for this pattern.
var regex: String