Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
We need to implement the below trim functions:
- trim() function removes whitespaces in both sides
- ltrim() function removes whitespaces in left side.
- rtrim() function removes whitespaces in right side.