Left - 스크립트 및 차트 함수
Left()는 입력 문자열의 첫 번째(가장 왼쪽) 문자로 구성된 문자열을 반환하며 문자 수는 두 번째 인수로 결정됩니다.
구문:
Left(text, count)
반환 데이터 유형: 문자열
인수:
Argument | Description |
---|---|
text | The original string. |
count | Defines the number of characters to included from the left-hand part of the string text. |
예 - 왼쪽 고급 시나리오
Index - 스크립트 및 차트 함수를 참조하면 보다 복잡한 문자열 분석이 가능합니다.