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