I have a string and want to capitalize all the "words" in it.
// String literal let s = "hello horld" // Replace "World" with "Guys" let b = s.capitalizedString print(b)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker