rtrim() Table of Contents Definition Examples Further Reading Definition rtrim() trims given characters from the right side of the string. Examples The following example removes 'Z' letters from the right side of the string value. | makeresults | eval n=rtrim("ZZZabcdZZZ", "Z") Further Reading ltrim() trim() makeresults eval round() searchmatch()