VString20050428
VString is a C/C++ string manipulation library.
Thursday, April 28, 2005
- Development
- Languages
- C and CPlusPlus
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.
- linux
- Downloads1597
- LicenseGPL
- Tags
Downloads / Release History
Comments
No comment. Be the first to enter a comment.