ROPE Language Reference - "toupper"

The "toupper" action takes a single string from the stack and converts every lowercase letter that it contains to upper case.

For example:

lift(4) toupper "HTTP" eq assert

the script lifts four bytes from the packet and checks that they are equal to the string "HTTP", but ignoring the case of the original.

See Also

tolower