cornflakes.apply_match

cornflakes.apply_match(vec: list, start: str) object
py::object string_operations::apply_match(const std::vector<std::string> &vec, std::string match)

This is a simple C++ function to match a vector with values

Parameter:
  • vec – vector of values

  • match – value to match

Rückgabe:

list of boolean