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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:29:56+00:00 2026-06-12T14:29:56+00:00

Is it possible to substitute a regular expression with a randomly generated number in

  • 0

Is it possible to substitute a regular expression with a randomly generated number in Vim ? The (random) number to be replaced should be different for each pattern that matches the regular expression. Here’s an example of what I need.

Input File:

<a>XYZ</a>
<a>XYZ</a>
<a>XYZ</a>
<a>XYZ</a>

After substituting XYZ with random numbers, the output could be:

<a>599</a>  
<a>14253</a>    
<a>1718</a>
<a>3064</a>
  • 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-12T14:29:57+00:00Added an answer on June 12, 2026 at 2:29 pm

    If you don’t mind a little perl in your vim, you can use

    :%! perl -pne 's/XYZ/int(rand 1000)/ge'
    

    Edit: updated to allow unlimited substitutions on a given line, per suggestion by @hobbes3, so

    XYZ XYZ
    XYZ XYZ XYZ 
    XYZ XYZ XYZ XYZ XYZ XYZ
    XYZ XYZ
    

    Becomes something like

    86 988
    677 477 394 
    199 821 193 649 502 471
    732 208
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Case preserving substitute in Vim Is it possible to do a search
Is it possible to have do different substitutions in an expression using regsub? example:
Possible Duplicate: Substitute multiple whitespace with single whitespace in Python trying to figure out
I'm trying to make an app that can play different midi files at the
Is it possible to substitute a thing in env var with SED? $ a='aoeua'
Possible Duplicate: What's the nearest substitute for a function pointer in Java? I just
I want to substitute build-in send_mail function, that works only with plain-text emails, with
Possible Duplicate: Is there a good Valgrind substitute for Windows? I need to debug
Is it possible to substitute system functions, as is possible on Linux and Solaris
In Windows XP it was possible to substitute the logon interface for your own

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.