Displaying page
of
pages;
Items to
Title |
Test
Details
While Not Between
|
Expression |
(?<!aaa((?!bbb)[\s\S])*)SomeText
|
Description |
This .NET regex will match "SomeText" while not between the words "aaa" and "bbb". A good use of this is to find certain text while you are not inside of a certain HTML tag.
|
Matches |
SomeText
|
Non-Matches |
aaa SomeText bbb
|
Author |
Rating:
Not yet rated.
Timothy Khouri
|
Displaying page
of
pages;
Items to