I have multiple Regex Matches. How can I put them into an array and call them each individually, for example ID[0] ID[1]
?
string value = ("{"ID":"([A-Za-z0-9_., ]+)",");
string ID = Regex.Matches(textt, @value);`
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…