The standard C++ approach is preferred over legacy C-style string operations. Some helpers have clean standard C++ implementation on std::string(_view) classes. All were just a simple .data() and .size() wrappers for legacy C functions. The main concern is the amount of helpers that require maintenance. Signed-off-by: Simon Rozman <simon@rozman.si>