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.
and there are exactly 3 integers. No floats allowed. No characters allowed. Just integers.
The pattern for that is this: \d+\s*,\s*\d+\s*,\s*\d+
\d+\s*,\s*\d+\s*,\s*\d+
Matches three digits with any number of spaces