Regex works on test site but not on "ignore text" filter #1295
Unanswered
b4bbuilder
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@b4bbuilder any chance you can hit the 'share watch' link and paste the share-link here just so we have all the details? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Regex which works on regex101.com does not work on the ignore text filter.
Version
0.40.0.4
Steps to reproduce the behavior:
/(?<=Items)(?s)(.*$)/
/Items(.*\n)+/
(https://regex101.com/r/B8vMuJ/1)
Expected behavior
All text following that specified in the regex including new lines being ignored. In the above examples "Items", included or otherwise, should be ignored and everything that is displayed beneath it. The third example starts at a specified string and ends at another. My goal is to ignore the "Items related to" section.
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions