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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:23:41+00:00 2026-05-20T00:23:41+00:00

This should be simple but it’s not working. I am trying to strip single

  • 0

This should be simple but it’s not working. I am trying to strip single quote marks from an NSString named parms using the following (stripped of non-relevant vars in the format string):

NSString *newVar =[[NSString alloc] initWithFormat:@"%@", [parms stringByReplacingOccurrencesOfString:@"'" withString:@""]]; 

So if parms contains “Mike’s Hat” I would expect that newVar would contain “Mikes Hat”. Instead it contains “Mike’s Hat”.

  • 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-20T00:23:41+00:00Added an answer on May 20, 2026 at 12:23 am

    There must be more to your code than you are proving, but the following works perfectly:

    NSString *parms = @"Mike's Hat";
    NSString *newVar =[parms stringByReplacingOccurrencesOfString:@"’" withString:@""];
    NSLog(@"%@",newVar);
    

    Output: Mikes Hat

    There could be a possibility that the character ' may not be the same character in your parms string if the above does not work for you.

    Turns out, you are using the wrong character copy/paste this character into your string: ’

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

Sidebar

Related Questions

This should be very simple, but its not working! I have this link on
This seems like it should be simple but I can't work it out from
I know this should be simple and I should know it but it's eluding
This should be a simple question, but I haven't been able to find a
This should be a really really simple thing, but for some reason it is
This should be easy, but I'm not sure how to best go about it.
This should be simple but I'm a noob and I can't for the life
This should be simple but I can't figure it out <?php $testid = 240;
This should be simple but I cannot figure it out. I have this very
I feel like this should be simple but i can't work out how to

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.