VSTRING

String manipulation library which provides char* compatibility, dynamic string objects, perl-like arrays and hashes (trie)
Download

VSTRING Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Vladi Belperchinov-Shabanski
  • Publisher web site:
  • http://cade.datamax.bg/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 125 KB

VSTRING Tags


VSTRING Description

String manipulation library which provides char* compatibility, dynamic string objects, perl-like arrays and hashes (trie) VSTRING is an open source and free library which provides vast set of string manipulation features including dynamic string object that can be freely exchanged with standard char* type, 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) so you will use it as a plain char* but it will expand/shrink as needed. The VSTRING library also provides Perl-like arrays and hashes (VArray and VTrie). There is a VRegexp class which automates regexp pattern matching.


VSTRING Related Software