The following query returns the string 'TD13.1 is the current version'. The source string is returned unchanged since the search string is NULL. The result would be the same if the search string is an empty string or a string that has no matches in the source string.
SELECT OREPLACE('TD13.1 is the current version', NULL, '14.0');