Consider the following example:
" Hello this is a long string! "
I want to convert that to:
"Hello this is a long string!"
iosnsstringobjective-c
Consider the following example:
" Hello this is a long string! "
I want to convert that to:
"Hello this is a long string!"
Best Solution
OS X 10.7+ and iOS 3.2+
Use the native regexp solution provided by hfossli.
Otherwise
Either use your favorite regexp library or use the following Cocoa-native solution: