FOSSology  4.4.0
Open Source License Compliance by Open Source Software
cleanEntries.hpp
1 /*
2  SPDX-FileCopyrightText: © 2014-2015,2022, Siemens AG
3  Author: Johannes Najjar
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
8 #ifndef CLEANENTRIES_HPP_
9 #define CLEANENTRIES_HPP_
10 
11 #include <string>
12 #include <unicode/unistr.h>
13 #include "regex.hpp"
14 #include "scanners.hpp"
15 
16 #include "libfossUtils.hpp"
17 
18 string cleanMatch(const string& sText, const match& m);
19 
20 
21 #endif /* CLEANENTRIES_HPP_ */
General utility functions for CPP.
Utilities to help scanners.
Store the results of a regex match.
Definition: scanners.hpp:28