Skip to content

Utility functions for working with std::string that aren't a part of the ISO C++ STL.

License

Notifications You must be signed in to change notification settings

aitzaz-ahmad/cpp-string-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Utilities

CMake Build Pipeline

Provides an implementation of the following utlility methods for working with std::string.

  • to_lowercase
  • remove_whitespaces
  • split
  • is_int32
  • is_bool_alpha
  • is_24h_time
  • is_ipv4_mask
  • is_ipv4_address
  • is_mac_address
  • are_int32_csv
  • are_ipv4_mask_csv

Note: The ISO Standard C++ STL doesn't offer the aforementioned APIs.

About

Utility functions for working with std::string that aren't a part of the ISO C++ STL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published