I have a String Array. Whenever I fetch an Array, I get data like this
[Alex Jones, Robert Flip, Farabi Fahim]
Now, my question is
Is possible to remove
[]
from the result?How can I progrmatically format names like this
A.Jones, R.Flip & F.Fahim
from result?