Multiple choice technology programming languages

Which function returns the contents of an argument with leading zeros suppressed?

  1. $STRIP
  2. $STRIPOF
  3. $DEBLANK
  4. $DELBALNK
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

$STRIP is the function that removes leading zeros from its argument while preserving the rest of the content. The other function names either don't exist in the system or perform different string operations.