⭐ in reply to How do I remove whitespace at the beginning or end of my string?
for ($string) { s/^\s+//; s/\s+$//; } [download]