Return the part of a string after a specified substring.
Return the part of a string after the last occurrence of a specified substring.
Replace the substring after the first occurrence of a specified search string.
Replace the substring after the last occurrence of a specified search string.