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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:27:30+00:00 2026-06-17T17:27:30+00:00

How to split the syllables in a NSString using Objective-c. Is there any API

  • 0

How to split the syllables in a NSString using Objective-c. Is there any API for that? Any help will be appreciated.

  • 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-06-17T17:27:31+00:00Added an answer on June 17, 2026 at 5:27 pm

    NOOO, It cant be.

    As Syllables are not in fixed way. There are no patterns to check.

    And programming is done to automate things, even AI is implemented when there are something common, unique in any manner.

    Water is to broken into Wa + ter.

    Objective-c is to be broken into Ob + jec + tive-c.

    This makes no algorithm to perform and automate the task using any of the API of obj-C.

    EDIT:

    As per your comments, find the code:

    NSString *word=@"encyclopedia";
    NSString *formattedWord=word;
    for (NSString *vowel in @[@"a",@"e",@"i",@"o",@"u",@"A",@"E",@"I",@"O",@"U"]) {
        formattedWord=[formattedWord stringByReplacingOccurrencesOfString:vowel withString:[NSString stringWithFormat:@"<<<%@",vowel]];
    }    
    NSArray *brokenWord=[formattedWord componentsSeparatedByString:@"<<<"];
    
    NSString *syllables=[brokenWord componentsJoinedByString:@"+"];
    
    NSLog(@"Syllables of %@ are %@",word,syllables);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

String.split(*) return Exception in Android Eclipse Is there Any solution...
How do I split a table: I have a table that i want to
I split up my website using code refactoring with templates. When I go to
I would like to split a text into single words using PHP. Do you
I need to split a line of assembly code using split() method in Java.
I need to split a string that looks like this 1052 root 0 SW<
I am using ruby to calculate the Gunning Fog Index of some content that
I have split up my HTML page using div blocks. Within one of the
I am using split() to tokenize a String separated with * following this format:
I want to split a CSV string. The string looks like that: val1,val2,val3, some

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.