Avatar
@swift-main import RegexBuilder var aaa = Regex { "Hello, " Optionally { Optionally { Capture { OneOrMore(.word) } } } } print(type(of: aaa))