- Lua Quick Start Guide
- Gabor Szauer
- 96字
- 2021-08-05 10:30:37
String types
A string is an array of characters. Strings can represent words, sentences, or even whole books. In this section, we will cover how to perform the following string operations:
- How to get the length of a string
- How to concatenate two strings into a single new string
- The coercion of other types into strings
- String escape characters
Additionally, this section will cover how to read input from the console. You already know how to print information to the console; applications will become much more interactive once you can also read input from the console.
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- Mastering RabbitMQ
- 微服務與事件驅動架構
- React Native Cookbook
- Mastering Articulate Storyline
- R語言游戲數據分析與挖掘
- GitLab Repository Management
- Java:Data Science Made Easy
- Java Web基礎與實例教程
- Java EE 8 Application Development
- Learning Unreal Engine Android Game Development
- 用案例學Java Web整合開發
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Learning Android Application Testing
- Scratch從入門到精通