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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:04:15+00:00 2026-05-16T07:04:15+00:00

For the sake of simplicity, let’s say that we have input strings with this

  • 0

For the sake of simplicity, let’s say that we have input strings with this format:

*text1*|*text2*

So, I want to leave text1 alone, and remove all spaces in text2.

This could be easy if we didn’t have text1, a simple search and replace like this one would do:

%s/\s//g

but in this context I don’t know what to do.

I tried with something like:

%s/\(.*|\S*\).\(.*\)/\1\2/g

which works, but removing only the first character, I mean, this should be run on the same line one time for each offending space.

So, a preferred restriction, is to solve this with only one search and replace. And, although I used Vim syntax, use the regular expression flavor you’re most comfortable with to answer, I mean, maybe you need some functionality only offered by Perl.

Edit:
My solution for Vim:

%s:\(|.*\)\@<=\s::g
  • 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-16T07:04:16+00:00Added an answer on May 16, 2026 at 7:04 am

    One way, in perl:

    s/(^.*\||(?=\s))\s*/$1/g
    

    Certainly much greater efficiency is possible if you allow more than just one search and replace.

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

Sidebar

Related Questions

I am creating a custom WPF control that let's say for simplicity sake has
For the sake of simplicity, let's say I have a Person class in Python.
For the sake of simplicity, lets say I have a CustomerViewModel and I want
I have a list of objects (for the sake of example, let's say 5).
For sake of simplicity, let's assume I want to write an extension method for
Let's say I have two tables -- Products and Orders. For the sake of
for the sake of simplicity let's assume that I'm making a simple Pong clone
I have a few procedures, for simplicity sake, look like the following: public string
I have a php page that produces an array of elements. For the sake
I'm working with three tables, and for simplicity's sake let's call them table A,

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.