我想通过正则表达式比较以下字符串。我有很多时间冲浪,但无法获得它的模式。
string str = "Full Name: Atif Mahmood"
+ "ID Number: 12345678901"
+ "Mobile Number: +921234567890";
在上面的字符串中
Full Name:
ID Number:
Mobile Number:
序列是必需的,并且在这些常量之后应该有任何字符串。