C # Advanced Programming, 11th Edition - Chapter IX

navigation

Chapter IX Strings and Regular Expressions

9.1 System.String class 187

9.1.1 build string 188

9.1.2 StringBuilder 190 members

9.2 string format 190

9.2.1 Interpolation string 191

9.2.2 date and time, and number formats 192

9.2.3 custom string format 193

9.3 Regular Expressions 194

9.3.1 Regular expressions overview 194

9.3.2 RegularExpressionsPlayground Example 195

9.3.3 display 197 results

9.3.4 match, group and captured 198

String and Span 200 9.4

9.5 Summary 201

Guess you like

Origin www.cnblogs.com/zenronphy/p/12446221.html