Emerging from the Maze of Numbers, you find a tablet etched with symbols and letters — an Ancient Script!
The message is hidden among strange symbols. To uncover it, you must keep only alphabetic characters and remove everything else.
Given a string or character array s, return a new string decoded containing only the letters (A–Z, a–z).
Each decoded message brings you closer to the final treasure!

Solution Stats

95 Solutions

68 Solvers

Last Solution submitted on Mar 04, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...