Avatar
Avatar
Kishikawa Katsumi
@swift-6.0.3 let regex = #/a{1, 3}/# if let match = "aaaa".firstMatch(of: regex) { print(match.0) }
aaa