Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner re solution in Creative category for Secret Message by Stensen
find_message = lambda t: ''.join(__import__('re').findall('[A-Z]', t))
Sept. 22, 2020
Comments: