23 #ifndef GUL14_ESCAPE_H_
24 #define GUL14_ESCAPE_H_
GUL_EXPORT std::string escape(string_view in)
Create a new string that looks like an ASCII-only C string literal of the input string.
GUL_EXPORT std::string unescape(string_view in)
Evaluate a string with escaped characters to get the original string back.
Definition of macros used internally by GUL.
Namespace gul14 contains all functions and classes of the General Utility Library.
Definition: doxygen.h:26
Provides a gul14::string_view that is fully compatible with C++17's std::string_view.