Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複数のコンマを含む値を一致させたい。コンマ 1 つだけで値を一致させることができます。正規表現:(\$\d+\,\d+) 値の例:$567,76 この値を一致させる必要があります$567,76,87が、この正規表現は機能していません。
(\$\d+\,\d+)
$567,76
$567,76,87