Q. Which function is used to remove whitespace from the beginning of a string?
β
Correct Answer: (A)
ltrim()
Explanation: ltrim() removes whitespace from the beginning of a string.