Multiple choice technology mainframe

STRIP is the rexx function used to remove the leading and/or trailing characters from a character string. True of false?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The REXX built-in function STRIP is specifically designed to remove leading, trailing, or both leading and trailing spaces (or other specified characters) from a string.