How to replace first occurrence of number in string by particular string

For example 
String :-
"1 - ACE-563-LTFU - Original Received Date - 2/24/2019 - 123-ABCLKDEFR"

Replace 1 with "ABC"

Return as :-
"ABC - ACE-563-LTFU - Original Received Date - 2/24/2019 - 123-ABCLKDEFR"



  Discussion posts and replies are publicly visible

Parents Reply Children
No Data