You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constgetTitle=(title,artist)=>{return`${title}${artist}`.toLowerCase().replace(/*\([^)]*\)*/g,'').replace(/*\[[^\]]*]/,'').replace(/feat.|ft./g,'').replace(/\s+/g,' ').trim();};console.log(getTitle("All Night (BTS World Original Soundtrack) (Pt. 3)","BTS"))console.log(getTitle("(Nice Dream)","Radiohead"))console.log(getTitle("Nice to Meet You","Imagine Dragons"))console.log(getTitle("Nice Guy (with Jessie Reyez)","Eminem"))console.log(getTitle("Godzilla (feat. Juice WRLD)","Eminem"))
all nightbts
radiohead
nice to meet you imagine dragons
nice guyeminem
godzillaeminem
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: