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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -