Replace

Hi all ,

need some suggestions about

HOW TO REPLACE only FIRST VALUE IN A STRING ?

please do the needful

thanks

There is no built in way in the search service…unless you have some thing very specific to replace it…or use the IndexOf first and then use replace function:

Also another option is use the substring service to disclude that first value:

HTH,
RMG