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