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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:11:29+00:00 2026-06-11T23:11:29+00:00

I am searching through a large codebase in Eclipse, using its RegEx search functionality.

  • 0

I am searching through a large codebase in Eclipse, using its RegEx search functionality. I need to find <script> tags that do not have a src attribute. I am new to RegEx, but have been able to hack something together:

^.*(^<script(?!.*src).*)$

This matches the tags I am looking for, but only if there is nothing on the line before the <script> tag. If there are spaces or anything, it doesn’t match.

Matches Correctly:

<script type="text/javascript">

Does Not Match:

      <script type="text/javascript">

How can I modify my expression so that it matches in any part of the line?

I’ve also tried prepending ^, \s*, [ ]*, and (?x) with no success.

  • 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-11T23:11:30+00:00Added an answer on June 11, 2026 at 11:11 pm

    Safe way would be to use regex pattern (<script\b(?![^>]*\bsrc=)[^>]*>)

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

Sidebar

Related Questions

I need help in deciding with search algorithm to use for searching large files.
I'm searching a fairly large article database using full text search in mysql and
I am writing a Perl script that is searching for a term in large
I've been searching through SO and come across a couple solutions that all feel
I've tried searching through search engines,MSDN,etc. but can't anything. Sorry if this has been
I've been searching through forums to find a solution for the problem I'm facing
I've been searching through the web but I have not been able to find
Eclipse's SearchEngine class has many methods for searching, including various flavors of search ,
After searching through some existing libraries for JSON, I have finally ended up with
I am currently searching through an HTML page for a specific link, at the

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.