Bash++
Bash++ compiler internal documentation
validateUri.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2026 Andrew S. Rightenburg
3 * Bash++: Bash with classes
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
7#pragma once
8
9#include <string>
10
11std::string validateUri(const std::string& uri);
std::string validateUri(const std::string &uri)
Definition validateUri.cpp:12