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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:57:12+00:00 2026-05-22T00:57:12+00:00

I have an expression: ((((the&if)|sky)|where)&(end|finish)) What I need is to put a space between

  • 0

I have an expression:

((((the&if)|sky)|where)&(end|finish))

What I need is to put a space between symbols and words so that it ends up like:

( ( ( ( the & if ) | sky ) | where ) & ( end | finish ) )

The regex I came up with is (\w)*[(\&*)(\|*)] which only gets me:

( ( ( ( the& if) | sky) | where) & ( end| finish) )

Could I get a little help here from a resident regex guru please? I will be using this in C#.

  • 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-22T00:57:13+00:00Added an answer on May 22, 2026 at 12:57 am

    Edit: Since you’re using C#, try this:

    output = Regex.Replace(input, @"([^\w\s]|\w(?!\w))(?!$)", "$1 ");
    

    That inserts a space after any character that matches the following conditions:

    • Is neither a letter, number, underscore, or whitespace
      • OR is a word character that is NOT followed by another word character
    • AND is not at the end of a line.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an string/expression like this: (((p1 == 1) && (p2 != 2)) ||
I have complex logical expression that look like this: ((((!((cond1) || (cond2) || (cond3))
I have some regular expression code that grabs the data between the title tags
This is a JS regular expression to have at-least one alphabet, one number &
Hallo friends, I want to figure out the following problem: Suppose,we have expression like,
I have a regular expression that searches for the special characters. When I do
I need a special regular expression and have no experience in them whatsoever, so
I want to have the regular expression that makes sure the beginning of the
I have this regular expression to test (\&TRUNC)[\(]{1,}(.+)[\)]{1,} And I have this tester ((((&TRUNC((1800,000
I have this expression, $thing = linkin park @#%^&* 999; $thing = preg_replace('#\W#', '',

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.