Get String In Between Semicolons
Hi All,
I have requirement to get string in between semicolons (;) in a string. But the string have to be in between the fourth semicolon and the sixth semicolon in the string. My question is how can i get the string as mentioned above?
i.e:
String: abc;def;ghi;jkl;mno;pqr;stu;vwx;yz
String to get: mno;pqr
Thank You
***Edited by Moderator Marissa to update platform capability tags****