ritsuko
Helper utilities for ArtifactDB C++ code
|
Utilities to check date and time formats. More...
#include <cctype>
#include <cstdlib>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | ritsuko |
Assorted helper functions for parsing and validation. | |
Functions | |
bool | ritsuko::is_date_prefix (const char *ptr) |
bool | ritsuko::is_date (const char *ptr, size_t len) |
bool | ritsuko::is_rfc3339_suffix (const char *ptr, size_t len) |
bool | ritsuko::is_rfc3339 (const char *ptr, size_t len) |
Utilities to check date and time formats.