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

  1. string.format()
  2. string.split()
  3. string.indexof()
  4. string.substring()
  5. string.toupper()

Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -