Greetings,
Using Sharepoint 2016 on prem
i have multiple string like below
1)SPL/F390/Eng/Chm/Dis-01-00
2)SPL/F390/Prd/MQC/PED-01-00
solution Required: How can I change "/" text to "-" this text,only after 4th position of "/" sign. it means , in 1st string it comes after "Chm "and in 2nd string it comes"MQC".
My output would be like this
SPL/F390/Eng/Chm-Dis-01-00
SPL/F390/Prd/MQC-PED-01-00
Using jquery ,JavaScript
Thanks