QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Macros
qgsstringutils.h File Reference
#include "qgis_core.h"
#include "qgis.h"
#include <QString>
#include <QRegularExpression>
#include <QList>
#include <QDomDocument>
Include dependency graph for qgsstringutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsStringReplacement
 A representation of a single string replacement. More...
 
class  QgsStringReplacementCollection
 A collection of string replacements (specified using QgsStringReplacement objects). More...
 
class  QgsStringUtils
 Utility functions for working with strings. More...
 

Macros

#define FUZZY_SCORE_CONSECUTIVE_MATCH   4
 
#define FUZZY_SCORE_NEW_MATCH   3
 
#define FUZZY_SCORE_WORD_MATCH   5
 

Macro Definition Documentation

◆ FUZZY_SCORE_CONSECUTIVE_MATCH

#define FUZZY_SCORE_CONSECUTIVE_MATCH   4

Definition at line 29 of file qgsstringutils.h.

◆ FUZZY_SCORE_NEW_MATCH

#define FUZZY_SCORE_NEW_MATCH   3

Definition at line 28 of file qgsstringutils.h.

◆ FUZZY_SCORE_WORD_MATCH

#define FUZZY_SCORE_WORD_MATCH   5

Definition at line 27 of file qgsstringutils.h.