kodlian/SwiftRegexDSL

Implicit @RegexBuilder

Closed this issue · 1 comments

The body property in the Regex protocol can be annotated with @RegexBuilder so that conforming types implicitly get a regex-built body.

Thank you, this is very convenient and cleaner. Updated in a751196