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

I have a question about multiple choice grid in google forms api

![]:(https://i.stack.imgur.com/5IOEd.png) ![]:(https://i.stack.imgur.com/feAyS.png) How do I write json code? I need an example of writing batchUpdate json in google form api. thank you. ******** const update = { requests: [ { createItem: { item: { title: "TEST ", title: "TEST RADIO", questionGroupItem: { grid: { columns: { type: "RADIO", options: [ { value: "A"}, { value:… Read More I have a question about multiple choice grid in google forms api