gagan Soti       May 9, 2026      14

Which method can be used to remove any whitespace from both the beginning and the end of a string?

  1. trim()
  2. len()
  3. strip()
  4. ptrim()

The Right Answer is : Option C

Explanation