@daportelli said:
(?i)Spotify\s*$
this didn’t work for my tests, find any title with the word Spotify in it, and change it to only Music
this works (I use https://regex101.com/ to test my regex’s)
search: '^.*\b(Spotify)\b.*$', replace:'Music'
on the other… do you know that the space looking thing between is actually presented as a space?
open the developers window, ctrl-shift-i, go to the sources tab, navigate the left pane
to the modules/default/calendar, select calendar.js
put a stop on the line in the listed in this image (click the line number),
press ctrl-r to refresh the page,
code will stop there, move the mouse over the word calendarData
it will popup the box, mouse up to click the list,
and it will expand, scroll to find the event, and click to expand it to look at the text…
[image: 1772460778492-snip20260302_3.png]