I want to convert a string to lowercase.
// String literal var a = "Hello World!" // Lowercase the string a = a.lowercaseString print(a)
* 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