String Class Methods Most Commonly Used -
any programming language. i'm interested in knowing top 5 methods in string class used on data manipulations. or top 5 methods 1 need know able handle data manipulation. know methods should used, i'm interested see 5 common methods people use.
thanks time.
i'd say
- string.format()
- string.split()
- string.indexof()
- string.substring()
- string.toupper()
Comments
Post a Comment