Which of the following function removes all leading and trailing whitespace in string?
A – replace(old, new [, max])
B – strip([chars])
C – swapcase()
D – title()
1 Answers
Which of the following function removes all leading and trailing whitespace in string?
A – replace(old, new [, max])
B – strip([chars])
C – swapcase()
D – title()