I need a regex for four-digit numbers separated by comma ("default" can also be a value).
Examples:
6755
3452,8767,9865,8766,3454
7678,9876
1234,9867,6876,9865
default
Note: "default"
alone should match, but default,1234,7656
should NOT match.