Description
Remove or mask the song title wherever it appears in the lyrics.
Reasoning
Prevents giving away the answer while still providing context for guessing.
Proposed Implementation
Use regex to replace the song title with underscores or placeholders.
Description
Remove or mask the song title wherever it appears in the lyrics.
Reasoning
Prevents giving away the answer while still providing context for guessing.
Proposed Implementation
Use regex to replace the song title with underscores or placeholders.