Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
checkers-inl.h File Reference

Definitions for URL specific checkers used within Ada. More...

#include "ada/common_defs.h"
#include <algorithm>
#include <string_view>
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  ada
 
namespace  ada::checkers
 Includes the definitions for validation functions.
 

Functions

bool ada::checkers::has_hex_prefix_unsafe (std::string_view input)
 
bool ada::checkers::has_hex_prefix (std::string_view input)
 
constexpr bool ada::checkers::is_digit (char x) noexcept
 
constexpr char ada::checkers::to_lower (char x) noexcept
 
constexpr bool ada::checkers::is_alpha (char x) noexcept
 
constexpr bool ada::checkers::is_windows_drive_letter (std::string_view input) noexcept
 
constexpr bool ada::checkers::is_normalized_windows_drive_letter (std::string_view input) noexcept
 
ada_really_inline bool ada::checkers::begins_with (std::string_view view, std::string_view prefix)
 

Detailed Description

Definitions for URL specific checkers used within Ada.

Definition in file checkers-inl.h.