Answer:
trim()
Step-by-step explanation:
trim() is predefined function which is used to remove white spaces and other predefined characters from both sides of the string.ltrim() and rtrim() also removes white spaces and predefined characters from the string but from left and right respectively.But trim() function removes from both ends.Hence we conclude the answer is trim().