This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* For The Spectator internship application. | |
* - Counts the number of exact matches that Taylor Swift includes "love" in her studio albums. | |
* | |
* I decided to scrape the lyrics rather than use an API so that it would be easier to run | |
* without any hassle around API keys. You can simply copy and paste the script below into | |
* Google Apps Scripts and execute it. | |
* | |
* We can also change the regex on Line 38 to include words like "loved", "loving", etc. | |
* |