I need a regular expression to describe a string that contains a minimum of three (3) and a maximum of six (6) of 2-digit numbers and 3-digit numbers in any order. The numbers should be separated by # but could also contain spaces. Examples of this string are:
34 #563# 23
123#678#12#44# 45
How about this:
Explanation: