FunctionsStringrightReturns the rightmost N bytes. Negative N trims bytes from the left side. right(…) → String Kind · scalar Returns the rightmost N bytes. Negative N trims bytes from the left side. Part of the String family.reverse_utf8Reverses UTF-8 strings by code point so multi-byte characters stay intact.right_utf8Returns the rightmost N UTF-8 code points. Negative N trims code points from the left side.