Implements the StringUtils class for utility functions in ASAPCabinetFE. More...
#include "string_utils.h"
#include "log/logging.h"
#include <regex>
#include <algorithm>
#include <cctype>
#include <numeric>
#include <vector>
#include <string>
#include <stdexcept>
#include <locale>
#include <sstream>
Implements the StringUtils class for utility functions in ASAPCabinetFE.
This file provides the implementation of the StringUtils class, which offers utility methods for string normalization, version comparison, date parsing, and JSON array joining. These methods support VPS metadata processing in ASAPCabinetFE, ensuring consistency in matching and matchmaking tasks. The functionality can be extended with configUI for user-defined normalization or formatting rules in the future.