Defines the StringUtils class for utility functions in ASAPCabinetFE. More...
#include <string>
#include <map>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
class | StringUtils |
Utility class for VPS-related string and data processing in ASAPCabinetFE. More... | |
Defines the StringUtils class for utility functions in ASAPCabinetFE.
This header provides the StringUtils class, which contains utility methods for string normalization, version comparison, date parsing, and JSON array joining. These methods are designed to support VPS data processing in ASAPCabinetFE, particularly for metadata matching and matchmaking. The functionality can be extended with configUI for custom normalization rules in the future.