syntax strlwr(string); For example: strlwr(“EXFORSYS”) converts to Exforsys.
Syntax strrev(string); For ex strrev(“program”)reverses the characters in a string into “margrop”.
Syntax strupr(string); For example strupr(“exforsys”)will convert the string to EXFORSYS.