当前位置:在线查询网 > 图书大全 > C# Text Manipulation Handbook

C# Text Manipulation Handbook_图书大全


请输入要查询的图书:

可以输入图书全称,关键词或ISBN号

C# Text Manipulation Handbook

ISBN: 9781861008237

出版社: Peer Information Inc.

出版年: 2002-11

定价: USD 29.99

装帧: Paperback

内容简介


The .NET Framework has a variety of string manipulation features, but incorrect or ill-considered use of these methods could drastically increase your memory and processor consumption. This book teaches you how to make use of regular expressions to match and replace text, and how to manipulate text using the various string matching, manipulation, and replacement classes. Issues such as Internationalization and data conversion will also be investigated.

Every developer has to manipulate text, often on a regular basis. However, even an experienced C# developer may not have fully utilized the various options now made available through the .NET Framework. The StringBuilder class is one that provides much more memory-efficient string manipulation than when using the String object, whereas regular expressions, although popular in Perl and other UNIX/C-like languages, are unintelligible to those not proficient in this technology. Regular Expressions provide an incredibly powerful and compact way of matching and replacing text. The Internationalization chapter deals with ensuring that your application can be ported to different languages and character sets. This book is a one-stop shop for any developer who manipulates text, using concatenation or otherwise.

关键词:C Text Manipulation Handbook