You input is in Array(String),
So you need to process like str_Array(0) it will get the first occurrence.
If you need all the value String.join(" ",str_Array)
Regards
Gokul
You input is in Array(String),
So you need to process like str_Array(0) it will get the first occurrence.
If you need all the value String.join(" ",str_Array)
Regards
Gokul