lower() Table of Contents Definition Examples Further Reading Definition lower() takes a string value as an argument and returns that string in lowercase. Examples The following example returns the email address in lowercase. | makeresults | eval string="JANE.DOE@EXAMPLE-EMAIL.COM" | eval lowercase=lower(string) Further Reading makeresults eval log() ltrim()