Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
textutils.cpp File Reference

(2f47db763fb0622b4b98cc7c2c6ba6d270442567)

#include "textutils.h"
#include <QtCore/qcryptographichash.h>
Include dependency graph for textutils.cpp:

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)