我正在尝试提取以下信息:
来自以下文字:
Dear Customer, Thank you for banking with ABC Bank. You have used your Debit Card linked to Account XXXXXXXX1234 for a transaction of INR 404.00 Info.MIN*ABC on 15-08-2012 11:58:41.
我尝试使用正则表达式Relations
,但没有运气。以下是我正在尝试的代码:
let regex = NSRegularExpression.init(pattern: "\d\d?:\d\d", options: nil)
但是将错误称为“文字中无效的转义序列”。谢谢你的帮助。