String Functions 2
(string-trim '(#\space) " five ten ")
"five ten"
(string-trim '(#\space #\$)
" $5.73, $8.40 ")
"5.73, $8.40"
(string-upcase "five")
"FIVE"
(string-capitalize "five")
"Five"
(string 'five)
"FIVE"
Previous slide
Next slide
Back to first slide
View graphic version