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.
私はこの正規表現を持っています
(\((-?\d+.\d+\s?-?\d+.\d+,?)+\))*
JSONに変換するときに空の配列が発生するため、これらと一致しないように正規表現を変更するにはどうすればよいですか?
(0 個以上+) の代わりに (1 個以上) を使用する*
+
*
(\((-?\d+.\d+\s?-?\d+.\d+,?)+\))+