Updated by FastRunner on Thursday, April 28th 2005.
VSTRING is a C++ library which provides a large set of string manipulation features, including dynamic string objects that can be freely exchanged with standard char* types (so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa)). The main difference from other similar libs is that the dynamic String class has no visible methods (except operators); it is used as a plain char*, but it will expand/shrink as needed. VSTRING also provides Perl-like arrays and hashes (VArray and VTrie) and a VRegexp class which automates regexp pattern matching.
Has tapped premier talent in the Internet industry for our content and each and every issue will contain practical advice and insights for website owners.