Test for valid DNS domain character.
More...
#include <stdex/parser.hpp>
|
| basic_dns_domain_char (bool allow_idn, const std::locale &locale=std::locale()) |
|
| basic_parser (const std::locale &locale=std::locale()) |
|
bool | search (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
bool | match (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
bool | match (const std::basic_string_view< T, std::char_traits< T > > text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
virtual void | invalidate () |
|
|
bool | allow_on_edge |
| Is character allowed at the beginning or an end of a DNS domain?
|
|
stdex::interval< size_t > | interval |
| Region of the last match.
|
|
|
virtual bool | do_match (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
|
bool | m_allow_idn |
|
std::locale | m_locale |
|
template<class T>
class stdex::parser::basic_dns_domain_char< T >
Test for valid DNS domain character.
◆ do_match()
The documentation for this class was generated from the following file: