Array containing sstring manipulation data

how to declare array as a string in ui path and perform different operations as
1)concat 2 arrays of string
2)split 2 array of string
3)substring of array in string
4)sorting array of string

1 Like

@suraj.l
Welcome to the forums:


grafik

2)split 2 array of string
3)substring of array in string
just give more details on what is meant on it

stringdata{“abc”,“pqr”,“xyz”} (as this array containing string data)
operations need to be perform
1)concat 2 arrays of string
2)split 2 array of string
3)substring of array in string
4)sorting array of string

Can you give some example

Regards,
Arivu

We gave the hints on how to initialize, concat and order a string array
for 2,3, we asked for more details as it is unclear what is meant.
Repeating it by copy/past will not clear it.

Just give for the 2 remaining items sample data and expected output descriptions. So it would be more clear. Thanks