• 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
String manipulation with Regex
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

String manipulation with Regex


  • Subject: String manipulation with Regex
  • From: Carl Johan Foss <email@hidden>
  • Date: Sat, 31 Mar 2007 07:04:01 +0200

Hi,

I have been looking around a bit for a way to extract parts of a string using a specific patter. More in details I am writing a program to insert id3 tags based on the file name.
Let's say I have the file named: song - someartist - 5 - album.mp3. The user shall then be able to type in a pattern like %s - %a - %t - % b (%s represents songname, %a - artist, %t, tracknumber, and %b - album).


Right now I am trying to solve this with NSScanner but thought it might be easier using NSPredicate or Regex.

Any ideas?

Thanks
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Follow-Ups:
    • Re: String manipulation with Regex
      • From: glenn andreas <email@hidden>
  • Prev by Date: Re: Report writing in Cocoa
  • Next by Date: Cocoa newbie question
  • Previous by thread: Re: Report writing in Cocoa
  • Next by thread: Re: String manipulation with Regex
  • Index(es):
    • Date
    • Thread