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

Provides utility functions for validating email address formats. More...

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_EMAIL_UTILS_HPP_INCLUDED
 

Functions

bool kurlyk::utils::is_valid_email_id (const std::string &str)
 Validates an email address format.
 

Detailed Description

Provides utility functions for validating email address formats.

Definition in file email_utils.hpp.

Macro Definition Documentation

◆ _KURLYK_UTILS_EMAIL_UTILS_HPP_INCLUDED

#define _KURLYK_UTILS_EMAIL_UTILS_HPP_INCLUDED

Definition at line 3 of file email_utils.hpp.