Trim Whitespace
Easy📝 Description
Remove leading and trailing whitespace from a string
Input Format
A string
Output Format
Trimmed string
Constraints
1 ≤ string.length ≤ 1000
🔍 Sample Input
" hello "
✅ Sample Output
"hello"
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run