The C++ String Toolkit Library (StrTk) consists of robust, optimized and portable string
processing algorithms for the C++ language. StrTk is designed to be easy to use and
integrate within existing code bases. Furthermore the library has a rich set of features
that makes light work of any kind of string processing task.
Capabilities
The library has the following capabilities:
Generic string tokenizer and token iterators
Split routines
User specified delimiter and splitter policies (simple and regex based etc.)
Conversions between data and hex and base-64
In-place removal and replace routines
Wild-card matching and globbing
Search and Replace
Fast token grid and Comma Separated Values (CSV) processing
Extremely fast String to Integer, Double and other POD conversions
Extensible string processing templates
Fast and simple-to-use binary serialization
Seamless integration with STL and Boost
Easy to use wrappers of common string processing usage patterns
Single header file solution requires no installation
String Toolkit Library License
Free use of the String Toolkit Library is permitted under the guidelines and in accordance with the most current
version of the "Common Public License."
Compatability
The String Toolkit Library C++ implementation is compatible with the following C++ compiler: