You are currently viewing a revision titled "string interpolation", saved on 2020-06-02 오후 7:38 by 야곰 | |
---|---|
제목 | string interpolation |
내용 | 문자열 보간법. 상수(constant), 변수(variable), 리터럴(literal), 표현(expression) 등의 문자열 표현을 더 긴 문자열 안으로 삽입하는 것 혹은 과정.
The process of inserting string representations of constants, variables, literals, and expressions into longer strings.
관련 강좌 : 문자열 보간법 |
요약글 | |
Markdown content | 문자열 보간법. 상수(constant), 변수(variable), 리터럴(literal), 표현(expression) 등의 문자열 표현을 더 긴 문자열 안으로 삽입하는 것 혹은 과정.
The process of inserting string representations of constants, variables, literals, and expressions into longer strings.
관련 강좌 : [문자열 보간법](https://yagom.net/courses/swift-basic/lessons/%ea%b8%b0%ec%b4%88%ea%b0%9c%eb%85%90/topic/%ec%9d%b4%eb%a6%84%ec%a7%93%ea%b8%b0-%ec%bd%98%ec%86%94%eb%a1%9c%ea%b7%b8-%eb%ac%b8%ec%9e%90%ec%97%b4-%eb%b3%b4%ea%b0%84%eb%b2%95/) |