我有一個大字符串,我想查找4個字符串中的序列號。我如何得到它?查找字符串中的4個序列號使用C#
例如:
string [email protected]"I(1946) am a string and I have some character and number and some sign like 4412 but I must find 4 sequence numbers in this."
結果預期: '1946' 和 '4412'
string [email protected]"2015/10/13 is my birthday.I love this date1234!"
結果預期: '2015' 和 '1234'
string [email protected]"xx888xx88x9xx99x9999xx"
結果預期:'9999'
'12345' - 的輸出是什麼? –
@UlugbekUmirov mm ...我忘了考慮這個條件 – LorenzoC