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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:07:44+00:00 2026-05-30T14:07:44+00:00

UPDATE: the output sould be: chapter: Chapter 01 title: one code: 111111 chapter: Chapter

  • 0

UPDATE:

the output sould be:

chapter: Chapter 01
title: one
code: 111111

chapter: Chapter 02
title: two
code: 222222

chapter: Chapter 03
title: three
code: 333333

chapter: Chapter 04
title: four
code: 444444

chapter: Chapter 05
title: five
code: 555555

I have this code to split a string[]. I am not sure what the problem is. can anybody help me please?

String[] myArray = "Chapter 01<<<one<<<111111:::Chapter 02<<<two<<<222222:::Chapter 03<<<three<<<33333:::Chapter 04<<<four<<<4444:::Chapter 05<<<five<<<5555:::"

just for the sake of simplicity i have make the dummy String[]

for (int j = 0; j < myArray.length; j++)
{
String[] songs = myArray[j].split("\\<<<");

System.out.println("chapter: " + songs[0]);
System.out.println("title: " + songs[1]);
System.out.println("code: " + songs[2]);
} 

so what i want to see in the result is:

chapter: Chapter 01
title: one
code: 111111
............so on and so forth........
  • 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-30T14:07:46+00:00Added an answer on May 30, 2026 at 2:07 pm
    public void splitString(){
        String[] myArray = "Chapter 01<<<one<<<111111:::Chapter 02<<<two<<<222222:::Chapter 03<<<three<<<33333:::Chapter 04<<<four<<<4444:::Chapter 05<<<five<<<5555:::".split(":::");
        for (int j = 0; j < myArray.length; j++)
        {
            String[] songs = myArray[j].split("<<<");
    
            System.out.println("chapter: " + songs[0]);
            System.out.println("title: " + songs[1]);
            System.out.println("code: " + songs[2]);
        } 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

UPDATE: I know I can use <ol> directky in the output but I remember
How can the output rate be higher than hard disk write rate? Update 1
Update: Solved, with code I got it working, see my answer below for the
Update: giving a much more thorough example. The first two solutions offered were right
I have this code in C++ which is giving weird output: #include<iostream> using namespace
I have to insert the output of this code into an already existing table.
I'm looking at diff-style output, but I need to update the line numbers. So
update: the answer from virtualeyes (below) looks pretty nice: but now a bit code-sanititzing
* UPDATE The data was being returned but not being output to the browser.
This is output from my program sending agent update Created new player Identified sending

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.