mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
7 lines
112 B
C++
7 lines
112 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
static constexpr std::string_view nameRegexStr = R"([0-9a-zA-Z\+\-\._\?=]+)";
|
|
|
|
}
|