반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Java
- array
- Excel
- c#
- Google Excel
- list
- PySpark
- hive
- google apps script
- SQL
- numpy
- Tkinter
- 파이썬
- string
- Redshift
- Python
- PostgreSQL
- Google Spreadsheet
- Kotlin
- PANDAS
- Github
- matplotlib
- Apache
- Mac
- GIT
- math
- dataframe
- gas
- django
Archives
- Today
- Total
목록includes (1)
달나라 노트
Google Apps Script : includes (문자 포함 여부 판단)
String 객체의 includes method는 문자열 속에 특정 문자가 포함되어있는지를 판단합니다. Syntax String.includes(text, index) includes method는 어떠한 String에 적용할 수 있습니다. - text text로 전달된 문자가 String 속에 있는지를 판단하게 됩니다. - index String에서 text포함되어있는지 판단할 때 시작 위치(index)를 의미합니다. (index parameter는 생략할 수 있으며 생략한 경우 0으로 간주됩니다. index의 default는 0입니다.) text가 String에 포함되어있으면 true를 return하고, text가 String에 포함되어있지 않으면 false를 return합니다. function my..
Google Apps Script
2022. 11. 30. 20:36