toupper The toupper function converts a string to upper case.If the input string is null, the function returns a blank string.Syntax toupper( String ) CopyArguments String: A string.Example This example returns uppercase HELLO, WORLD:print str1="Hello, World" | extend newstr=toupper(str1) Copy Run in Cribl Search PreviousPreviousNextNext