Avatar
Avatar
omochimetaru
@swift-main import Foundation import RegexBuilder import _StringProcessing let re = Regex { "Hello, " Optionally { Capture { "a" Optionally { Capture { OneOrMore(.word) } } } } } print(type(of: re))
swiftNightly BOT 8/2/2022 12:37 PM
execution timeout with no output