RightOf(String, Char) | Extracts the right part of the input string limited by the first character |
RightOf(String, String) | Extracts the right part of the input string limited by the first occurrence of value |
RightOf(String, Char, Int32) | Extracts the right part of the input string limited by the first character |
RightOf(String, String, StringComparison) | Extracts the right part of the input string limited by the first occurrence of value |
RightOf(String, String, Int32, StringComparison) | Extracts the right part of the input string limited by the n'th occurrence of value |