do { let r = #/ (\d{4})\/ # 年 (\d{2})\/ # 月 (\d{2}) # 日 /# if let m = try r.firstMatch(in: "Birth date: 1980/10/28") { print(m.0) } } catch { print(error) }
#/.../#
, ... When the opening delimiter is followed by a new line, it supports a multi-line literal where whitespace is non-semantic and line-ending comments are ignored.