Billinghistory Categories
This commit is contained in:
17
src/helper/StringOperations.h
Normal file
17
src/helper/StringOperations.h
Normal file
@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by StanislausCichocki on 13.03.2025.
|
||||
//
|
||||
|
||||
#ifndef STRINGOPERATIONS_H
|
||||
#define STRINGOPERATIONS_H
|
||||
#include <string>
|
||||
|
||||
|
||||
class StringOperations {
|
||||
public:
|
||||
static void splitString(const std::string &input, const std::string &delimiter, std::string &before, std::string &after);
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //STRINGOPERATIONS_H
|
||||
Reference in New Issue
Block a user