![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qstring.h>Go to the source code of this file.
Namespaces | |
| namespace | TextUtils |
| Pure string helpers with no dependencies on QDoc driver types. | |
Functions | |
| QString | TextUtils::separator (qsizetype wordPosition, qsizetype numberOfWords) |
| QString | TextUtils::comma (qsizetype wordPosition, qsizetype numberOfWords) |
| QString | TextUtils::asAsciiPrintable (const QString &str) |
| Returns an ASCII-printable representation of str. | |
| QString | TextUtils::protect (const QString &string) |
Variables | |
| static constexpr QLatin1StringView | TextUtils::samp = "&"_L1 |
| static constexpr QLatin1StringView | TextUtils::slt = "<"_L1 |
| static constexpr QLatin1StringView | TextUtils::sgt = ">"_L1 |
| static constexpr QLatin1StringView | TextUtils::squot = """_L1 |