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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:26:08+00:00 2026-05-28T07:26:08+00:00

I am reading a *.srt subtitle file into a NSString. The content of this

  • 0

I am reading a *.srt subtitle file into a NSString. The content of this string looks like this:

1
00:00:20,000 --> 00:00:24,400
Altocumulus clouds occur between six thousand

2
00:00:24,600 --> 00:00:27,800
and twenty thousand feet above ground level.

I am looking for an elegant solution to split this string into an NSArray in which each element contains the information which is related to one particular subtitle-“frame”, e.g. the zeroth element would look like this:

1
00:00:20,000 --> 00:00:24,400
Altocumulus clouds occur between six thousand

Any ideas how to accomplish this task in an elegant manner? I tried splitting the original string using the method

[string componentsSeparatedByString:@"\n\n"];

but this method fails to detect the blank lines..

Thanks for your help!

tobi

  • 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-28T07:26:08+00:00Added an answer on May 28, 2026 at 7:26 am

    If [string componentsSeparatedByString:@"\n\n"] doesn’t work, then there are two possibilities:

    1. Your file contains MSDOS-style line breaks, which are \r\n. So try splitting on @"\r\n\r\n".

    2. Your supposedly blank lines contain spaces or tabs. You can check this from the shell using cat -e.

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

Sidebar

Related Questions

Reading code from other posts, I'm seeing something like this. struct Foo { Foo()
reading the SCJP book, I've found something like this in the chapter 1 self-test
Reading Java Concurrency In Practice, there's this part in section 3.5: public Holder holder;
Reading this site, I've found this : [The] line private static final Foo INSTANCE
Reading the Google Docs API I find this: Downloading Files cannot be downloaded in
Reading PHP & jQuery Cookbook right now and it gives this example for using
reading this https://developers.google.com/in-app-payments/docs/tutorial Quoted from the above page: Because you sign the JWT using
Reading through the C specs I found this function: double remquo(double x, double y,
Reading this brief example of using memcached with PHP, I was wondering how memcached
Reading this question I found this as (note the quotation marks) code to solve

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.