schinken77
Goto Top

Regex help required (include with exclude criteria)

Hi all,

We are trying to create an expression that matches, if the sequence is containing the string "test123".
However it should not match, if the sequence also contains the string "nowEXCLUDE".

Example sequences:
1. "abc def ghi jkl mno" --> should not match
2. "abc def ghi test123 jkl mno" --> should match
3. "abc def ghi test123 jkl nowEXCLUDE mno" --> should not match
4. "abc def ghi jkl nowEXCLUDE mno" --> should not match*

We are using the library CATLRegExp and tried a lot on https://regex101.com/ but are not successful.

Any help is greatly appreciated. Thank you.

Content-Key: 5452109319

Url: https://administrator.de/contentid/5452109319

Ausgedruckt am: 19.03.2024 um 03:03 Uhr

Mitglied: 5175293307
Lösung 5175293307 18.01.2023 um 12:03:09 Uhr
Goto Top
Mitglied: Schinken77
Schinken77 18.01.2023 um 14:59:04 Uhr
Goto Top
This works as expected, thank you so much!
Mitglied: 5175293307
5175293307 18.01.2023 um 21:31:57 Uhr
Goto Top
You're welcome.
Mitglied: reynolds2301
reynolds2301 02.03.2023 um 05:49:45 Uhr
Goto Top
Hello,
The solution worked for me thanks to the community and the members for the solution.