Skip to content

string remove spaces

Chris Petersen edited this page Oct 16, 2014 · 1 revision

string-remove-spaces removes all spaces from string.

Parameter Description
str Input string

Example

Example 1: Trim a string

> (string-remove-spaces "This String Had Spaces")
"ThisStringHadSpaces"
Clone this wiki locally