Splitting strings

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anwesh maity
    New Member
    • Oct 2007
    • 1

    Splitting strings

    how to convert a string ("123,213,1" ) into an array of 123,213,1
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by anwesh maity
    how to convert a string ("123,213,1" ) into an array of 123,213,1
    You should have posted your question in the Java Forum, not in the Java Articles
    section as you could have read; I'll move your question for you.

    kind regards,

    Jos

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Open the API docs page for the String class and read about the split method.

      P.S That title is not allowed as per the posting guidelines. I'll have to rename it.

      Comment

      Working...