SharePoint List Formatting - Best way to replace Strings
External Blog Post
Two approaches to replace all occurrences of a value in a String using SharePoint list formatting: replaceAll & split + join
Until some time ago there was only a replace function in list formatting, which allowed us to replace only the first occurrence of a value in a string.
Recently Microsoft released two new operators for list formatting: