marble-machinations/levels/03_text/ascii_to_lower.json

13 lines
No EOL
425 B
JSON

{
"id": "ascii_to_lower",
"sort_order": 35,
"name": "Lowercase",
"description": "Convert text to lowercase",
"stages": [{
"input": "FROM THE MOMENT I UNDERSTOOD THE WEAKNESS OF MY FLESH, IT DISGUSTED ME",
"output": "from the moment i understood the weakness of my flesh, it disgusted me"
},{
"input": "I CraVeD tHE strEnGTH AND CerTAinTy oF STeeL",
"output": "i craved the strength and certainty of steel"
}]
}