static constexpr bool isSUSEAddress(std::string_view email)
Evaluate if email is likely a SUSE address.
Definition: SUSE.h:28
static constexpr std::string_view suseDomains[]
List of SUSE e-mail domains.
Definition: SUSE.h:17
static constexpr bool iEndsWith(std::string_view str, std::string_view suffix) noexcept
Like string::ends_with() but ignoring case.
Definition: String.h:118
Helpers specific to SUSE.
Definition: SUSE.h:14