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

  • Home
  • SEARCH
  • 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 8687373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:06:03+00:00 2026-06-12T23:06:03+00:00

I have a string variable, which is basically 3 strings, separated by one space

  • 0

I have a string variable, which is basically 3 strings, separated by one space each.These 3 strings may vary in length.
Like

string line="XXX YY ZZ";

Now, it occassionally happens that my string variable line, consists of 3 strings, where the first and the second string are separated by 2 spaces, instead of one.

string line="XX  YY ZZ";

What I wanted to do is store the 3 strings in a string array.Like:

string[] x where x[0]="XXX" , x[1]="YY" , x[2]="ZZ"

I tried to use the Split function.

string[] allId = line.Split(' ');

It works for the first case, not for the second. Is there any neat, simple way to do this?

  • 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-12T23:06:04+00:00Added an answer on June 12, 2026 at 11:06 pm

    Just remove empty strings from result:

    var allId = line.Split(new char[] {' '}, StringSplitOptions.RemoveEmptyEntries);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have strings that contain a variable number of leading hyphens and which may
Basically i have these two pages... each with a string that i get with
I want to have a string variable for a PHP class, which would be
i have variable $lang which convert string to the selected language but i am
The variable filepath which is a string contains the value Música . I have
I have the following string as a variable: var name1 = '001-C6AL7_deepgreen_C3AE7_tankhakinavy_FJAG7_blackredmulti_FBAE7_tanbrown.jpg'; Which is
I have a static method which sets a variable: static String[] playersNames; public static
Okay so i have a variable called search which holds the string Find this
I have a variable, emailBody, which is set to a string stored in a
I have a variable $next which contains strings that might contain parenthesis e.g trna(tgc)

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.