0
Q:

eosio parse string

  const size_t fb = str.find(",");
  auto d1 = str.substr(0 , fb);
  auto d2 = str.substr(fb + 1);
1

New to Communities?

Join the community