2024-10-13 17:00:59 +02:00
|
|
|
{
|
|
|
|
"id": "ascii_to_lower",
|
|
|
|
"sort_order": 35,
|
|
|
|
"name": "Lowercase",
|
|
|
|
"description": "Convert text to lowercase",
|
2024-12-18 21:31:05 +01:00
|
|
|
"stages": [{
|
2024-12-18 22:25:08 +01:00
|
|
|
"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"
|
|
|
|
},{
|
2024-12-18 21:31:05 +01:00
|
|
|
"input": "I CraVeD tHE strEnGTH AND CerTAinTy oF STeeL",
|
|
|
|
"output": "i craved the strength and certainty of steel"
|
|
|
|
}]
|
2024-10-13 17:00:59 +02:00
|
|
|
}
|