Text.Lower
Text.Lower(text as nullable text, optional culture as nullable text) as nullable text
text
모든 문자를 소문자로 변환한 결과를 반환합니다. 선택적 culture
제공할 수도 있습니다(예: "en-US").
"AbCd"의 소문자 버전을 가져옵니다.
사용량
Text.Lower("AbCd")
출력
"abcd"
Text.Lower(text as nullable text, optional culture as nullable text) as nullable text
text
모든 문자를 소문자로 변환한 결과를 반환합니다. 선택적 culture
제공할 수도 있습니다(예: "en-US").
"AbCd"의 소문자 버전을 가져옵니다.
사용량
Text.Lower("AbCd")
출력
"abcd"