Convert optional substring to string in Swift
Apple’s documentation and many articles suggest you can convert a substring (string.subsequence) to a string just by calling String(substring)
and in fact this works.
Convert substring to string in Swift
Apple’s documentation and many articles suggest you can convert a substring (string.subsequence) to a string just by calling String(substring)