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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:37:56+00:00 2026-05-16T18:37:56+00:00

I want to find First Word matching from Given Text and replace with another

  • 0

I want to find First Word matching from Given Text and replace with another word, using Regex.

Consider following string as an Example Text

Which type is your item? i suppose that the item isn’t a string, if so
you can override ToString() method in
the item class and use the jayant’s
code.

I want to search first “item” word in it and replace that with text “hello”. Remember i just want to replace first “item” word only and not all.

So output of above text would be something like following.

Which type is your hello? i suppose that the item isn’t a string, if so
you can override ToString() method in
the item class and use the jayant’s
code.

I am using C# Programming to do this and I would prefer to use Regex if possible.

Can anyone please help me with this.

  • 1 1 Answer
  • 1 View
  • 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-16T18:37:56+00:00Added an answer on May 16, 2026 at 6:37 pm

    You can use the Regex.Replace() method with the 3rd parameter (maximum replacements):

    Regex rgx = new Regex("item");
    string result = rgx.Replace(str, "hello", 1);
    

    See it on ideone

    (Though in this case you don’t really need Regex because you are searching for a constant.)

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

Sidebar

Related Questions

I find Notepad++ regex to be very different from regex in Microsoft Word. I
I'm looking for a regular expressions string that can find a word or regex
I want to find the first index of substrings in a larger string. I
How would I find the first letter of a word contained within a string
How would I remove the first word from each line of text in a
I'm new in the world of Regex and want to find the first sequence
I want to find the only first word that start with a # sign
I want to find first 4 words and last 4 words after the particular
I want to find the first element that has appeared in previous positions in
I want to find the first item in a sorted vector that has 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.