Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- December 7, 2016 at 10:02 am #21418Bogumil DzienisParticipant
it would be great if i could filter lines
that contains two or more partial wordsjust by entering
phrase – rror 2016
space will act like AND
and the order of the words does not matterso it can find lines
2016.11 Error fdsfdsfds
Error 2016.12.43 fdfsdfsdfsdfdi know it can be done with regular expressions
but it is complicated when you want to search something fastMarch 27, 2017 at 1:24 pm #21629Bogumil DzienisParticipantMaybe there is a better way for searching than
making regular expressions like thissandbox – https://regex101.com/r/2x5ega/1
((?=.*tes)(?=.*bb))|(?=.*aaaa)
for text
testaaa test aaaa testaaa test bbbb testaaa test cccc aaaaaaa
it would be so much easier if i could put something like this
tes bb & aaaa - AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.