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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:42:16+00:00 2026-05-23T03:42:16+00:00

I am trying to get Numeric from the string. I have string with phone

  • 0

I am trying to get Numeric from the string. I have string with phone number so I need numerics only.

My string format is:

P: 000-000-0000
So I am using following code for that:

[[strPhone componentsSeparatedByCharactersInSet:[[NSCharacterSet decimalDigitCharacterSet] invertedSet]] componentsJoinedByString:@""];

In few cases I am getting following format for my string:

P: 000 000 0000 M: 000 000 0000

What I want to do is.. I want to split my string in an array. for that purpose I need to split my string from the characters.

Is there any way to achive this thing.

In case that if we have

P: 000 000 0000 Mo: 000 000 0000 format then the array should have only two parts. One should split with “P” and second with “Mo”. not the three part one with “P”, Second “M”, third “o”.

Plz help me to achive this.

Thanks

  • 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-23T03:42:17+00:00Added an answer on May 23, 2026 at 3:42 am

    You could split up the data first to detect multiple numbers in one string using

    NSArray *candidates = [strPhone componentsSeparatedByString:@":"];
    

    Then loop over the candidates and perform your previous phone number check and remove all empty strings from the result, e.g.

    for (NSString *candidate in candidates) {
        NSString *result = <what you did before>;
        if ([result length] > 0) {
            <add to results array>;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying get values from a GridView using the following code: foreach (GridViewRow row
I'm trying to convert a big-endian 2 byte string into a numeric port number.
I'm trying to get the following regular expression to grab only the letters from
Trying to get this example working from http://www.munna.shatkotha.com/blog/post/2008/10/26/Light-box-effect-with-WPF.aspx However, I can't seem to get
Im trying to get a completly data copy from a gridview, itryed clone(), tryed
I have am trying to use sed to get some info that is encoded
I am trying to capture / extract numeric values from some strings. Here is
I'm trying to get server-side validation of an Entity Framework String Property to work.
i am trying to get the time passed from the moment i posted a
I'm trying to get an id from the users database so that I can

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.