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 8423095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:38:15+00:00 2026-06-10T03:38:15+00:00

I have an array with these elements deviceType = iOS, email = test@test.se, lastname

  • 0

I have an array with these elements

    deviceType = iOS,
    email = "test@test.se",
    lastname = Testsson,
    name = Testar,
    password = 1943B8B39CA8DF2919FAFF021E0ACA98,
    picture = <74657374 40746573 742e7365>,
    timeCreated = "2012-07-17 13:32:36 +0000",
    timeUpdated = "1999-11-30 00:00:00 +0000",
    userID = 13,

I want to remove everything before the equal sign and store it in a new array. Are there a fast and good way to 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-06-10T03:38:16+00:00Added an answer on June 10, 2026 at 3:38 am

    How about something like this:

    NSMutableArray * keys = [NSMutableArray array];
    for (NSString * element in yourAarray) {
        NSArray * components = [element componentsSeparatedByString: @" = "];
        [keys addObject: components[0]]
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an array with 16 elements. I would like to evaluate these to
I have these code in my views.py: array = [] p = Person.objects.filter(client=1,status='Complete').values('name', 'age',
I have the following elements in a list/array a1,a2,a3 and these elements are used
So suppose I have a JavaScript array containing a bunch of elements, but these
I have an array of object names. These objects are HTML elements. I want
I have a list of arrays, each of elements of these is array to.
Suppose I have an array having elements am,john,rosa,freedom . I want to compare these
I have an array of integers like these; dim x as integer()={10,9,4,7,6,8,3}. Now I
I have 4 string arrays,each of these array's length is 4. I also have
I have a array of names and I want to use these names for

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.