General Utility Library for C++14
2.11
|
Declaration of escape(), unescape().
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the license, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Go to the source code of this file.
Namespaces | |
gul14 | |
Namespace gul14 contains all functions and classes of the General Utility Library. | |
Functions | |
GUL_EXPORT std::string | gul14::escape (string_view in) |
Create a new string that looks like an ASCII-only C string literal of the input string. More... | |
GUL_EXPORT std::string | gul14::unescape (string_view in) |
Evaluate a string with escaped characters to get the original string back. More... | |