Home   FAQs   New Arrivals   Specials   Pricing & Shipping   Location   Corporate Services  
 Search:   
 View Cart   Check Out   
 
Browse by Subject
I.T
 .NET 3.5
 Windows 2000/XP
 Cisco
 Java
 Office XP
 VB
 ASP
 UML
 Web Design
 E-Commerce
 Project Management
 Macintosh
 Linux
 Windows Server 2008
 Sharepoint 2007
Certification
 MCITP
 MCTS
Economics and Business
 Accounting
 Business Information Systems
 Economics
 Finance
 Management
 Marketing
 Human Resources
 OneKey Textbooks

Visual Basic .NET Text Manipulation Handbook

by: Craig McQueen, Paul Wilton

Notify me when in stock

On-line Price: $57.95 (includes GST)

Paperback w/ Website package 350

20%Off Retail Price

You save: $14.00

OUT OF PRINT...must be sought from extended supplier network... Usual delay approx 3 weeks...Subject to change..
Price/availability/options for all order will be confirmed by reply email before processing.

Retail Price: $71.95

Publisher: WROX PRESS,June 2002

Category: VB.NET Level: I/A

ISBN: 1861007302
ISBN13: 9781861007308

Add to Shopping Cart

The .NET Framework brings a variety of string manipulation features to the VB language, and some of these, namely regular expressions and the StringBuilder class, are something VB 6 developers may not have seen before. This book teaches you how to manipulate text using these string matching, manipulation, and replacement classes. Issues such as Localization and data conversion will also be investigated.


  Who is this book for?

Every developer has to manipulate text, often on a regular basis. However, even an experienced VB.NET 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 string manipulation methods than those provided by the String object, whereas regular expressions, although popular in Perl and other UNIX/C-like languages, are unitelligible to those not proficient in this technology. Regular Expressions provide an incoredibly powerful and compact way of matching and replacing text. The Localization chapter deals with ensuring that your application can ported to different languages and character sets.


      Chapter 1: How the System Deals with Text

Chapter 2: String Methods and StringBuilder

Chapter 3: Localization

Chapter 4: String Translation

Chapter 5: Introducing Regular Expressions

Chapter 6: Advanced Regular Expressions

Chapter 7: Regular Expression Patterns

Appendix: Regex Quick Reference