Regex to find product codes that are usually all upper case with numbers or all numbers with possible hyphens, slashes or dots as delimiters.
Anything that matches the date format ##/##/##?? with various delimiters will not match.
Require that the code contains at least 1 number.
...
Submitted by anonymous - 8 years ago