- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 72字
- 2021-07-02 23:07:17
String methods
Strings are important in any language. Without them, it becomes difficult to communicate with users, and if data is coming from a web service (in the form of XML, plain text, or JSON), this data will need to be manipulated. Rust provides the developer with a number of methods in the standard library to deal with strings. Here's a table of some useful methods (don't worry about the types yet):


推薦閱讀
- Spring 5.0 By Example
- Mastering JavaScript Object-Oriented Programming
- C++面向對象程序設計(微課版)
- HoloLens Beginner's Guide
- C語言程序設計基礎與實驗指導
- Network Automation Cookbook
- Essential Angular
- Amazon S3 Cookbook
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Serverless computing in Azure with .NET
- Mastering Android Game Development
- R語言與網絡輿情處理
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Java零基礎實戰
- Practical Game Design with Unity and Playmaker