Problem 61028. The Case of the Missing Prototype – Extract the Culprit’s Name from a Mixed Letter-and-Number Email Message

While tracing the suspect’s digital footprint, you recover an email containing a mixed string of letters and numbers.The letters spell out the sender’s name, while the numbers are irrelevant noise.
Given a string msg, extract only the letters and return them in order to reveal the culprit’s name.
This small clue may finally tell you who sent the message!

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Oct 23, 2025

Solution Comments

Show comments