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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:19:15+00:00 2026-05-23T20:19:15+00:00

String ex. something.text = obj.something I am looking for a REGEXP that will swap

  • 0

String ex. something.text = obj.something I am looking for a REGEXP that will swap the first value before the ‘=’ with the second resulting in: obj.something = something.text

I understand most Regular Expressions are quite universal but to be specific I plan to use this statement semi frequently in Visual Studio.

Thank you for any help.

  • 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-23T20:19:16+00:00Added an answer on May 23, 2026 at 8:19 pm

    It’s a good thing you specified the flavor. Most regex flavors are similar to each other, but not Visual Studio’s. Its syntax is very, very different from most other flavors. Try this:

    search: {:w\.something} = {something\.:w}

    replace \2 = \1

    {...} forms a “tagged expression” (known to the rest of the world as a “capturing group”)

    :w matches one or more letters

    Here’s a complete reference.

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

Sidebar

Related Questions

Having the following class (.Net 3.5): public class Something { public string Text {get;
I'd like to convert a string of text, e.g., User Name into something which
In C# / .NET you can do something like this: someThing.text = blah; String
I have a text string something like this: def ctext = This is the
Just a quick regex question...hopefully I have a string that looks something like this:
I have an object that looks like this: var obj = { a: text,
I have a string that contains something like name=text_field_1[] and I need to find
I'm trying to convert the String \something\ into the String \\something\\ using replaceAll ,
I have two classes class A { public string something { get; set; }
I'm trying to insert a comment character into a string something similar to this:

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.