I am looking for the regEx solution that matches the format of:
number whitespace number whitespace number i.e. 0 2 0 2 2 or 0 10 0 10 4 etc etc
The string can be infinite in length and therefore the expression of the regEx needs to match this however following the same format.
 
     
     
    