Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6894515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:47:33+00:00 2026-05-27T06:47:33+00:00

mainstr is my string contains: 123;456;23;ns@234;343;3;ner@975;013;742;av@ arr is my array name. each location of

  • 0

mainstr is my string contains:

 123;456;23;ns@234;343;3;ner@975;013;742;av@ 

arr is my array name.

each location of array contains some string like (should be separated by @)

arr[0]=[123;456;23;ns];

arr[1]=[234;343;3;ner];

I want to separate each element of arr[0] into separate array (they should be separated based on occurrence of ;
)..

for example

newarray[0]=[123] 

newarray[1]=[23]

newarray[2]=[45]

newarray[3]=[ns]

how should I do this ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:47:33+00:00Added an answer on May 27, 2026 at 6:47 am

    You can use the firstly

    NSArray *stringArray = [mainstr componentsSeparatedByString:@"@"];
    

    then you can use

    NSArray *arr0 = [[stringArray objectAtIndex:0] componentsSeparatedByString:@";"];
    and so on...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to have an array of function pointers, each pointing to a
I have a string like this: [1359873374000,281197568],[1360044062000,1206052864],[1360068648000,991623168] How can I extract each item like
I have this inside my DAO public String CSNSurvey() { StringBuilder mailstr = new
I am using strcmp in following ways Passing char[] array names Passing pointers to
I wonder what is the best way to use substring function on a string
I need to count the number of occurrences of a character in a string.
I have a list of String which I wish to convert to Json. I
Hey so i'm using the pdCurses lib and stringStream to calculate and make a
I want to do something like the snippet below: using namespace std; struct str
I have a view with a tableView and a mapView. In portrait mode, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.