The pattern for that is this: \d+\s*,\s*\d+\s*,\s*\d+
Matches three digits with any number of spaces
3
solved I want regex for int
The pattern for that is this: \d+\s*,\s*\d+\s*,\s*\d+
Matches three digits with any number of spaces
3
solved I want regex for int