다음을 통해 공유


Text.Lower

통사론

Text.Lower(text as nullable text, optional culture as nullable text) as nullable text

소개

text 모든 문자를 소문자로 변환한 결과를 반환합니다. 선택적 culture 제공할 수도 있습니다(예: "en-US").

예제 1

"AbCd"의 소문자 버전을 가져옵니다.

사용량

Text.Lower("AbCd")

출력

"abcd"