Skip to content

A simple, single header, basic string manipulation library for C++ with no dependencies apart from STL

License

Notifications You must be signed in to change notification settings

xerosic/string-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

string-utils

A simple, single header, basic string manipulation library for C++. Please use atleast C++11 (Tested with C++14)

Why?

C++ STL's strings are known for being just meh, so I decided to make this small library to help with tedious tasks like to_string() and stuff like that.

Usage

Just include the header file, and use the functions whitin the "string" namespace, every function is slightly documented and it's kinda self-explaining (this time for real).

Contributing

I would love if someone better than me at C++ wants to help out the library, just open a PR!

About

A simple, single header, basic string manipulation library for C++ with no dependencies apart from STL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages