0

Trying to save the object with the available chars only!

 string name = "<Matias><Andres>";
 char[] list = {'m', 'a', 't', 'i', 's', 'n', 'd', 'r', 'e'};

 databaseObject objects = new databaseObject();
 objects.set("name", ???);

For example i dont have < and > in chars so i dont want that in output. so that the output would look like matias andres

Hiraku
  • 33
  • 1
  • 3

0 Answers0