Regex to not include letters and values without spaces after commas
I have a text box and I need to validate the date that is being input. I’d like the users to only input numbers and if they input multiple numbers separated by a comma I need them to always add a space after the comma. I want to only accept data that looks like this:… Read More Regex to not include letters and values without spaces after commas