I need to write a regex that will allow 9 numbers and/or digits to be written in such format: XXX/XXX/XXX
. However, the amount of them in each can vary, so for example it can be like: XX/XXXX/XXX
as long as there are max 4 x's.
Tried my best but didn't come up with any solution.