| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#include "qgis_core.h"#include "qgis.h"#include <QString>#include <QRegularExpression>#include <QList>#include <QDomDocument>

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 | 
| #define FUZZY_SCORE_CONSECUTIVE_MATCH 4 | 
Definition at line 29 of file qgsstringutils.h.
| #define FUZZY_SCORE_NEW_MATCH 3 | 
Definition at line 28 of file qgsstringutils.h.
| #define FUZZY_SCORE_WORD_MATCH 5 | 
Definition at line 27 of file qgsstringutils.h.