9781861008237-1861008236-C# Text Manipulation Handbook

C# Text Manipulation Handbook

ISBN-13: 9781861008237
ISBN-10: 1861008236
Edition: First Edition
Author: Paul Wilton, Craig McQueen, François Liger
Publication date: 2002
Publisher: Apress
Format: Paperback 300 pages
FREE US shipping

Book details

ISBN-13: 9781861008237
ISBN-10: 1861008236
Edition: First Edition
Author: Paul Wilton, Craig McQueen, François Liger
Publication date: 2002
Publisher: Apress
Format: Paperback 300 pages

Summary

C# Text Manipulation Handbook (ISBN-13: 9781861008237 and ISBN-10: 1861008236), written by authors Paul Wilton, Craig McQueen, François Liger, was published by Apress in 2002. With an overall rating of 4.3 stars, it's a notable title among other books. You can easily purchase or rent C# Text Manipulation Handbook (Paperback) from BooksRun, along with many other new and used books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.3.

Description

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.

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book