Hi Guys,
I have a string and i want to split it on the basis of number of characters.
for ex: i have string “English” i need to split it into different strings with character length 3 letters like “ENG” “LIS” “H”
Hi Guys,
I have a string and i want to split it on the basis of number of characters.
for ex: i have string “English” i need to split it into different strings with character length 3 letters like “ENG” “LIS” “H”
Please refer the below workflow
u will get the list of those string
Sequence.xaml (13.8 KB)