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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:06:15+00:00 2026-05-11T16:06:15+00:00

Is there something similar to regular expressions for objective-c? I need a simple way

  • 0

Is there something similar to regular expressions for objective-c?

I need a simple way to get elements from separated by following set of characters:

"\n"
", "
"; "

Currently I have the following code:

NSMutableArray *translations = [ [NSMutableArray alloc] init];
NSArray *temp_array1 = [ [translationsView text] componentsSeparatedByString:@"\n"];

for (int i = 0; i < [temp_array1 count]; i++)
{
    NSArray *temp_array2 = [ [temp_array1 objectAtIndex: i] componentsSeparatedByString:@", "];
    for (int j = 0; j < [temp_array2 count]; j++)
    {j]);
        [translations addObject: [temp_array2 objectAtIndex: j] ];
    }
}

But I as well want implement support for the “; ” separator. And if I am going to do it the same way I did it before it would become way to complex.

Is there an easier way to achieve this goal?

Thank you in advance.

  • 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-11T16:06:15+00:00Added an answer on May 11, 2026 at 4:06 pm

    I think you will want to look at RegexKit Framework.

    RegexKit is an Objective-C framework
    for regular expressions:

    • Support for Mac OS X Cocoa and GNUstep. Mac OS X 10.4 or later
      required.
    • Mac OS X Universal Binary, including 64-bit support on Mac OS X 10.5.
    • No sub-classing required. Seamlessly adds regular expression support to all
      NSArray, NSData, NSDictionary, NSSet,
      and NSString Foundation objects with a
      rich set of Objective-C category
      additions.
    • Unicode enabled. Full Unicode support for NSString objects.
    • Extensive, high quality documentation.
    • Full source code with a BSD license.
    • Uses the BSD licensed PCRE Perl Compatible Regular Expressions library
      for the regular expression engine.

    Tuned for high performance, including
    such features as:

    • Caches the compiled form of the regular expression for speed.
    • Multithreading safe, including multiple reader, single writer
      multithreaded access to the compiled
      regular expression cache.
    • Makes minimal use of heap storage (ie, malloc() and free()), instead
      allocating most temporary buffer needs
      dynamically from the stack.
    • Uses Core Foundation directly on Mac OS X for additional speed.

    Includes support for Mac OS X 10.5
    Leopard:

    • 64 bit support. Pre-built for ppc, ppc64, i386, and x86_64.
    • Garbage Collection enabled. Complete support for Leopards Garbage
      Collection feature.
    • Integrated Xcode 3.0 documentation. Get real time API information via the
      Research Assistant.
    • Collection of instruments for Instruments.app.
    • RegexKit specific DTrace probe points.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to get a DrawingContext (or something similar) for a WriteableBitmap
Is there something similar to sprintf() in C#? I would for instance like to
In C# you can use verbatim strings like this: @\\server\share\file.txt Is there something similar
In Java is this nice tool called FindBugs . Is there something similar in
i wonder if there is something similar to Sql Profiler for Sql Server Compact
I have used getopt in Python and was hoping there would be something similar
Is there in Ruby some functionality/syntax to compare two floats with delta? Something similar
Is there something like the Python descriptor protocol implemented in other languages? It seems
Is there something special about Safari for Windows and AJAX? In other words: Are
Is there something like InstallShield that I can use for free?

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.