Replies: 1 comment 1 reply
-
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.
-
I would like to filter out not complete lines but the actual regex-match...
example: (kickstarter project): I want to see new FAQ-Entries(9) or Updates(19) but don't care about Comments(730)
Unfortunately, this is all in one line:
Campaign Rewards FAQ 9 Updates 19 Comments 730 Community
The Regex
/Comments\ \d*/
could delete that portion, but it deletes the whole line, so i muss the updates.Maybe I'm just doing something wrong because I can't imagine this to be a very exotic case?
Beta Was this translation helpful? Give feedback.
All reactions