How to get string characters count in swift 5
Solution:
In swift 4 we are using the below code to find the characters in a particular string
charactrers.count
In swift 5 we are using the below code
string.count
In swift 4 we are using the below code to find the characters in a particular string
charactrers.count
In swift 5 we are using the below code
string.count
Comments
Post a Comment