Skip to content

Class mediapipe::RE2

ClassList > mediapipe > RE2

Public Functions

Type Name
RE2 (const std::string & pattern)

Public Static Functions

Type Name
bool FullMatch (std::string text, const RE2 & re)
int GlobalReplace (std::string * text, const RE2 & re, const std::string & rewrite)
bool PartialMatch (std::string text, const RE2 & re)

Public Functions Documentation

function RE2

inline mediapipe::RE2::RE2 (
    const std::string & pattern
) 

Public Static Functions Documentation

function FullMatch

static inline bool mediapipe::RE2::FullMatch (
    std::string text,
    const RE2 & re
) 

function GlobalReplace

static inline int mediapipe::RE2::GlobalReplace (
    std::string * text,
    const RE2 & re,
    const std::string & rewrite
) 

function PartialMatch

static inline bool mediapipe::RE2::PartialMatch (
    std::string text,
    const RE2 & re
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/deps/re2.h