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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:15:12+00:00 2026-06-18T00:15:12+00:00

My problem is that I need to match if a string contains any words

  • 0

My problem is that I need to match if a string contains any words besides the one(s) I list.

For example, I may have this approved list:

User1
User2

Here are two examples of what should match and what shouldn’t.

Should match (because User3 is not approved):

User1
User2
User3

Shouldn’t match (because every string listed is in the approved list):

User1

I have tried lookaround assertions, but they do not actually consume the letters as they try to match, so with a string like "User1\r\nUser2", I get matches like "ser1\r\n". I want to know if there are any other words besides what I deem allowable.

I cannot use a programming language to do this; I am only allowed to hand a regular expression to the program. The language will be Perl.

  • 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-18T00:15:13+00:00Added an answer on June 18, 2026 at 12:15 am

    Does /\b((?!(User1\b|User2\b)).+?)\b/ do what you’re looking for?

    \b means word break, i.e. the gap between a word and non-word character (zero-width).

    ?! signifies a negative lookahead assertion (also zero-width).

    .+? is being used to catch anything not matching the excluded words.

    Hope this helps.

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

Sidebar

Related Questions

The problem is this: I have multiple competing threads (100+) that need to access
I have a string that contains a JSON object. Problem is the object is
I have an interesting SQL problem that I need help with. Here is the
Problem I have some pages that need dynamic data from website to generate output
I bumped into this problem when I created a chart that need a axis
Problem I have a UDPlistener application that I need to write a unit test
Ive got this problem where I need to check an arrayposition if the string
I have a regex problem that I need some advice on. I am using
I need to match on a string such as this: 'if Country equals United
I need to write a regex which will match URLs that do not have

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.