Get First sentance of a paragraph in Google Docs with Apps Script
To select the first sentence of each paragraph and check if it ends with a question mark, you can modify the script as follows: This script now splits each paragraph into sentences and selects the first sentence only. Then, it checks if the first sentence ends with a question mark and converts the entire paragraph … Read more