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

  • SEARCH
  • Home
  • 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 9180455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:03:35+00:00 2026-06-17T18:03:35+00:00

Long story short, I’m trying to parse an input string into ‘tokens’….. I have

  • 0

Long story short, I’m trying to parse an input string into ‘tokens’…..

I have complete control on where the tokens are placed, I can NSLog and see that my input string is entirely correctly formed (even down to the moment before attempting to tokenize).

For the purposes of this discussion, I’m building a simple calculator that can understand inputs, RPN them, and then the issue I’m having is with the tokenize and evaluate.

Anyway, let’s say my input string is

55:6:+:3:+:9:3:/:-

Where the ‘:’ have been inserted to purposefully create separators between each ‘token’. I then attempt to do something like

 NSArray *chunks = [input componentsSeparatedByString:@":"];

And this invariably fails. If I try a ‘sizeof’ I consistently get 4 on the array, even though it should clearly be 9….

Thoughts?

  • 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-17T18:03:36+00:00Added an answer on June 17, 2026 at 6:03 pm

    The method works properly for your input as I’ve tested it here . You cannot use sizeof() to check the number of elements in an NSArray . sizeof of an NSArray pointer gives you the size of the pointer which is 4 bytes or 8 bytes of depending on whether you’re on a 32 or 64 bit machine . It is not the number of objects in the NSArray . If you want to check the number of objects in an NSArray use the count method .

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Long story short, I have an ASP.NET application I'm trying to debug and at
So long story short, im trying to build a chat application....well its already built
Long story short, I have a situation where egit allows unchanged files to be
Long story short, I have a struct (see below) that contains exactly one field:
Long story short I am trying to replicate the Sleeping barber problem in Erlang.
Long story short, every 60 th of a second I have a relatively small
Long story short, I have an array of integers that represents the .text section
Long story short, I have a SQL file that I want to import as
Long story short, I have two regex patterns. One pattern matches things that I
long story short, a mistake was made and now I have at least one

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.