• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Trimming certain patterns from NSString?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trimming certain patterns from NSString?


  • Subject: Re: Trimming certain patterns from NSString?
  • From: "Eric E. Dolecki" <email@hidden>
  • Date: Mon, 18 Jul 2011 13:59:11 -0400

Does this look about right?

NSError *error = NULL;
NSRegularExpression *regex = [NSRegularExpression
regularExpressionWithPattern:@"^\\d+ - "


      options:NSRegularExpressionCaseInsensitive


        error:&error];

songTitle = [regex stringByReplacingMatchesInString:songTitle

                                                        options:0

                                                          range:NSMakeRange(
0,[songTitle length])
                                                   withTemplate:@""];
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Trimming certain patterns from NSString? (From: "Eric E. Dolecki" <email@hidden>)
 >Re: Trimming certain patterns from NSString? (From: Dave DeLong <email@hidden>)

  • Prev by Date: Re: Trimming certain patterns from NSString?
  • Next by Date: Re: Unable to re-add tracking area after it's been removed
  • Previous by thread: Re: Trimming certain patterns from NSString?
  • Next by thread: Re: Trimming certain patterns from NSString?
  • Index(es):
    • Date
    • Thread