Hello! Thanks in advance for any help. I am trying to make a formula that will extract a text string from a URL. In this case, the URL is a playlist on Spotify, and the text string is the playlist ID number.
The ID comes after the playlist/ and before the ?, so in this case it would be 5napFAiwbcMwne6jUfmspg
I know this should be fairly easy with REGEX or something, but I’m not up to speed on that stuff yet, so any help would be appreciated!
Thanks!