Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Regex; one line solution in Creative category for Secret Message by ale1ster
find_message = lambda text: __import__('re').sub(r'[^A-Z]', '', text[:])
Sept. 3, 2014
Comments: