|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include "CinematicExtractor.h"#include <algorithm>#include <cctype>#include <iterator>#include <sstream>#include <stdexcept>
Go to the source code of this file.
Functions | |
| int | countMatchInRegex (std::string s, std::string re) |
| Counts the number of occurrences of a regex pattern in a given string. | |
| int countMatchInRegex | ( | std::string | s, |
| std::string | re | ||
| ) |
Counts the number of occurrences of a regex pattern in a given string.
Definition at line 74 of file CinematicExtractor.cpp.