RightOfLast(String, Char) | Extracts the right part of the input string limited by the last character |
RightOfLast(String, String) | Extracts the right part of the input string limited by the last occurrence of value |
RightOfLast(String, String, StringComparison) | Extracts the right part of the input string limited by the last occurrence of value |