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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:30:54+00:00 2026-06-13T08:30:54+00:00

$matchstring = ‘MS-DOS file’; $string1 = ‘MS-DOS file’; $string2 = ‘MS-DOS file, NE Windows’;

  • 0
$matchstring  = 'MS-DOS file';
$string1 = 'MS-DOS file';
$string2 = 'MS-DOS file, NE Windows';
$string3 = 'MS-DOS file, MZ OS-windows';
$string4 = 'MS-DOS file, Clear OS-windows';

I am writing the regex to march the string ‘MS-DOS file’ in above strings to only match $string1 and $string4. The pattern should not match the ‘MS-DOS file’ which is followed by the keywords ‘NE’ or ‘MZ’. For other it should match like it should match string 4 but not string 2,3

Any ideas ?

I was tried this with my poor regex but no luck 🙁

if (preg_match("/MS-DOS file[\s]?[^MZ][^NE]/", $string1)){
    echo "True";
} else{
    echo "False";
}
  • 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-13T08:30:55+00:00Added an answer on June 13, 2026 at 8:30 am

    Try this:

    "/MS-DOS file(?:,\s|$)(?!MZ|NE).*/"
    

    You were overlooking the comma and misusing the character set square brackets.

    EDIT: Also, I believe you want to check for ‘NE’, not ‘NI’.

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

Sidebar

Related Questions

I use this string matchString = Regex.Match(sometext, <img.+?src=[\'](.+?)[\'].+?>, RegexOptions.IgnoreCase).Groups[1].Value; to get an images src.
I have a file like this: string log 1 string log 2 string match
I'm searching a regex in js to match string doesn't start with # the
I have a string for example: MatchString = Renal and Dialysis Technologist and Technician
I want to create array of regex match string from the text bellow. .title1
I have created the following to expose some data as a regex match string
I have to match string like DAY1,DAY2,DAY3.....DAY31 with regex in vb.net. I tried something
I'm using grep to match string in a file. Here is an example file:
I need to write regex(.NET) that match string: start with a letter, can contain
private int Index(String[] match,String keyword){ int m=0; keyword=keyword+1; match[m]=match[m]+1; System.out.println(match:+match[m]); System.out.println(keyword:+keyword); System.out.println(match[m].equals(keyword)); while(!(match[m].equals()) &&

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.