Vowpal Wabbit
Namespaces | Functions
text_utils.h File Reference
#include <string>
#include "vw_string_view.h"
#include "io/logger.h"

Namespaces

 VW
 

Functions

bool VW::ends_with (VW::string_view full_string, VW::string_view ending)
 Check if a string ends with some other string. More...
 
std::string VW::decode_inline_hex (VW::string_view arg, VW::io::logger &logger)
 Replace hex sequences in a string with their corresponding byte. A hex sequence must only contain two digits and must be in the form . More...