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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:09:48+00:00 2026-05-25T10:09:48+00:00

I have a regex to replace a certain pattern with a certain string, where

  • 0

I have a regex to replace a certain pattern with a certain string, where the string is built dynamically by repeating a certain character as many times as there are characters in the match.

For example, say I have the following substitution command:

%s/hello/-----/g

However, I would like to do something like this instead:

%s/hello/-{5}/g

where the non-existing notation -{5} would stand for the dash character repeated five times.

Is there a way to do this?

Ultimately, I’d like to achieve something like this:

%s/(hello)*/-{\=strlen(\0)}/g

which would replace any instance of a string of only hellos with the string consisting of the dash character repeated the number of times equal to the length of the matched string.

  • 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-25T10:09:49+00:00Added an answer on May 25, 2026 at 10:09 am
    %s/\v(hello)*/\=repeat('-',strlen(submatch(0)))/g
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a PCRE expresssion (regex) to match and replace a certain attribute and
I have the following RegEx to replace the entire querystring for a string with
I have this statement: String cap = Regex.Replace(winCaption, @[^\w\.@-], ); that transforms Hello |
I have this simple regex replace based routine, is there anyway to improve its
I have this replace regex (it's taken from the phpbb source code). $match =
I have the following regex in c#: return Regex.Replace(str, [^a-zA-Z0-9_.-]+, , RegexOptions.Compiled); Valid characters
Do any of the existing JavaScript frameworks have a non-regex replace() function, or has
I have this regex I built and tested in regex buddy. _ [ 0-9]{10}+
I have a regex created from a list in a database to match names
Anyone have a regex to strip lat/long from a string? such as: ID: 39.825

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.