Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
RegExp.h File Reference
#include <string>
#include <vector>
#include <pcre2.h>

Classes

class  CRegExp
 

Macros

#define PCRE2_CODE_UNIT_WIDTH   8
 

Functions

std::vector< CRegExpCompileRegexes (const std::vector< std::string > &regExpPatterns)
 

Macro Definition Documentation

◆ PCRE2_CODE_UNIT_WIDTH

#define PCRE2_CODE_UNIT_WIDTH   8
Todo
  • move to std::regex (after switching to gcc 4.9 or higher) and get rid of CRegExp

Function Documentation

◆ CompileRegexes()

std::vector< CRegExp > CompileRegexes ( const std::vector< std::string > & regExpPatterns)