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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:59:09+00:00 2026-06-10T20:59:09+00:00

I would like to find the string position of the (test) string from the

  • 0

I would like to find the string position of the (test) string from the string below (the one that neither start with for or or):

 •  <test>* (for test) (or test) (test)

Is it possible to find the specific string using negative look behind assertion? I was using this regex but i am missing something:

m_comments = re.search('(?<!\(for)|(?<!\(or)', line)

also can we combine an or statement in a look behind assertion?

Note: test can be any possible string:

<an other eg> (for another test) (or with this) (anything)
  • 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-10T20:59:11+00:00Added an answer on June 10, 2026 at 8:59 pm

    Try this

    \((?!for|or).*?\)
    

    see it here on Regexr

    With the \(.*?\) I am matching everything from an opening bracket to the first closing bracket.

    Then I use a negative lookahead (?!for|or) to ensure that there is no “for” and no “or” directly after the opening bracket.

    In a lookbehind assertion in Python it is not possible to use alternations. They have to be of fixed length.

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

Sidebar

Related Questions

I would like to find the files containing specific string under linux. I tried
I would like to find the first occurrence of a string, after a certain
I would like to find a way to store multiple addresses for one subject
I would like to find an API like Apache Commons that will easily and
I have a situation where I would like to conditionally slice a string from
I am creating an ArrayAdapter<String> from a resource array. Then I would like to
Suppose I have a function f(n:Int):Option[String] . I would like to find such 1
I would like to find the distance of every pixel coordinate in an image
I would like to find out which version of an executable the CMD shell
I would like to find out is as3 is doing is doing anything in

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.