Skip to content

ferhatgec/stringtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringTools

Single header String tool library.

std::string betweenstr("#Hello developers!?");
std::cout << "String between # and ? : " << stringtools::GetBetweenString(betweenstr, "#", "?") << "\n";
std::cout << "L character count : " << stringtools::Count(betweenstr, 'l') << "\n"; // 3
StringTools licensed under the terms of MIT License.

Releases

No releases published

Packages

No packages published