BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Port StringTools #20

Closed MakoEnergy closed 5 years ago

MakoEnergy commented 6 years ago

Port over the StringTools namespace of functions from the monolithic repo. Implement Tests for them.

https://github.com/BlackToppStudios/Mezzanine/blob/master/Mezzanine/src/stringtool.h https://github.com/BlackToppStudios/Mezzanine/blob/master/Mezzanine/src/stringtool.cpp

MakoEnergy commented 5 years ago

This is complete as of: https://github.com/BlackToppStudios/Mezz_Foundation/pull/56