You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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