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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:43:26+00:00 2026-06-04T19:43:26+00:00

for example, I have: double foo = 0.0; double bar = 0.0; and I

  • 0

for example, I have:

  double foo = 0.0;  
  double bar = 0.0;

and I want to write some sort of search to find each variable and change it to:

  double Foo = 0.0;  
  double Bar = 0.0;

I dont want to do these one variable at a time (e.g. :%s/foo/Foo/g) but rather all at once, something close to

:%s/  double \(\w\+\)/  double \1/c 

(and somehow capitialize the first character of \1)

  • 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-04T19:43:28+00:00Added an answer on June 4, 2026 at 7:43 pm

    Use the \u prefix for the match in the replace clause:

    For one at a time:

    :%s/ double \(\w\+\)/ double \u\1/c
    

    For all at once:

    :%s/ double \(\w\+\)/ double \u\1/g
    

    If you want to make the whole match uppercase use the \U and \E delimiters:

    :%s/ double \(\w\+\)/ double \U\1\E/g
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to convert double precision numbers to decimal . for example I have
Say I have some jsp var foo <c:set var=foo value=foo's bar/> And I have
I want to change CultureInfo of double or the string. For example I get
I have a double converted to a unsigned char array. For example for value
If I for example have <p> some long text </p> on my HTML page,
Example: I have a method -myFooBarMethod:withFoo:bar:moreFoo: and inside the implementation of that method I
We have some old C code with pre-ANSI (K&R-style) function declarations. For example: int
Suppose I have following code: def foo(s): A dummy function foo. For example: >>>
VS beginner question. How to change parent control of a control? Example. I have
I have content like foo == 'bar test baz' and test.asd = buz foo

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.