/* * Copyright (c) 2025, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include namespace URL::Pattern { String escape_a_pattern_string(String const&); }