ASAPCabinetFE
 
Loading...
Searching...
No Matches
string_utils.cpp File Reference

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>
+ Include dependency graph for string_utils.cpp:

Detailed Description

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.