hello I am trying what I thought would be a rather easy regex in Javascript but is giving me lots of trouble. I want the ability to split a date via javascript splitting ei
Then split it on anything but numbers:
date.split(/[^0-9]/);