영어로 읽기

다음을 통해 공유


Text.End

통사론

Text.End(text as nullable text, count as number) as nullable text

정보

texttext마지막 count 문자인 text 값을 반환합니다.

예제 1

"Hello, World" 텍스트의 마지막 5자를 가져옵니다.

사용량

Text.End("Hello, World", 5)

출력

"World"