Google Apps Script – Javascript: Emulate the “Proper” Google Sheets Function

Google Apps Script / Javascript

I just had a recent email from a reader who asked how to tidy up a user’s inputted name from say, a Google Form so that all the first letters of each work in the name are capitalised in the same way that the Google Sheets Proper function does.

I thought it would be a good idea to provide a quick reference for the reader and myself for future projects.

The Code

Continue reading “Google Apps Script – Javascript: Emulate the “Proper” Google Sheets Function”