次の入力の値903001
を解析するために正規表現を使用しようとしています:343001
343491
"contact_value":"903001" other random
"contact_value":"343001" random information
"contact_value":"343491" more random
私はC#で次を使用しましたが、「contact_value」:「903001」を返します
MatchCollection numMatch = Regex.Matches(input, @"contact_value\"":\"".*"\""");
前もって感謝します