[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Function: text.to_lower\n\nReturns a string with all Unicode letters mapped to their lowercase.\n\nArguments\n---------\n\nReturns\n-------\n\nA copy of the string in its lowercase form.\n\nRaised exceptions\n-----------------\n\nExamples\n--------\n\n```yaml\n- returnStep:\n return: ${text.to_lower(\"Hello World\")} # returns \"hello world\"\n```"]]