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