Skip to content
Advertisement

Tag: google-apps-script

Certain number question being missed in regex

I have the following if statement that removes the first instances of a number followed by the period. However, I am noticing it is missing to catch some of them (ex. “16.”, “23.”, “24.”, etc.) and not sure why. Here is the function: The following for loop extracts the question from the google form: The following example is the type

Advertisement