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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:59:32+00:00 2026-06-06T02:59:32+00:00

Just another regex question… I have a project to replace all strong resource links

  • 0

Just another regex question…

I have a project to replace all strong resource links in a C# project files with calls for our new translation system.

For the following two lines, i need to get only the first one. That means, I want to exclude the ResourceManager calls.

Resources.SomeGlobalResxFile.SomeKey
Resources.SomeGlobalResxFile.ResourceManager //mostly followed with GetString

I’ve written the following regex, which works well but unfortunately includes the ResourceManager

//"Resources" must have no alfa or dot character before them -> [^\w\.]
//The link is consisted of a global key (the first parenthesis linking 
//the RESX file) and the resource key
[^\w\.]Resources\.(?<global_key>\w+)\.(?<key>\w+)

What i need (or what I think i need) is the negative lookahead…those negative/positive lookaheads/lookbehinds give me headache everytime I realize I need them because I’m never sure how to place them correctly…or if it’s better to use a lookahed or a lookbehind…

//still includes the ResourceManager
[^\w\.]Resources\.(?!ResourceManager)(?<global_key>\w+)\.(?<key>\w+)
[^\w\.]Resources\.(?<global_key>(?!ResourceManager)\w+)\.(?<key>\w+)
  • 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-06T02:59:34+00:00Added an answer on June 6, 2026 at 2:59 am

    If I understood you correctly, you are making everithing right, but misplaced the negative lookahead. It should be within a key:

    [^\w\.]Resources\.(?<global_key>\w+)\.(?!ResourceManager)(?<key>\w+)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings all, I have yet another RegEx question. I have done hours of searching
I'm developing an ASP .NET application, nothing fancy just another LOB App. Our company's
If a function just calls another function or performs actions. How do I test
I've just added yet another 3rd-party component to my .net project that contains a
I have an array of objects and I want to add another object just
I just asked a question about Regex, and received a great answer: JavaScript Split
having another short regex problem. Basically I have a string like such: cn=WSG-AP-LO-COMMON-SITE-APPS,ou=ZFD,ou=SVC,ou=IGH I'm
I've been struggling with regular expressions in C (just /usr/include/regex.h ). I have (let's
I was just helped in another thread with a regex that has been verified
This will probably be just another unsolved thread but i'll fill in some info

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.