Kurlyk
Loading...
Searching...
No Matches
string_utils.hpp File Reference

Provides basic string manipulation utilities. More...

#include <string>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  kurlyk
 Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions.
 
namespace  kurlyk::utils
 

Macros

#define _KURLYK_UTILS_STRING_UTILS_HPP_INCLUDED
 

Functions

std::string kurlyk::utils::to_upper_case (std::string str)
 Converts a string to uppercase.
 
std::string kurlyk::utils::to_lower_case (std::string str)
 Converts a string to lowercase.
 

Detailed Description

Provides basic string manipulation utilities.

Definition in file string_utils.hpp.

Macro Definition Documentation

◆ _KURLYK_UTILS_STRING_UTILS_HPP_INCLUDED

#define _KURLYK_UTILS_STRING_UTILS_HPP_INCLUDED

Definition at line 3 of file string_utils.hpp.