Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21418
    Bogumil Dzienis
    Participant

    it would be great if i could filter lines
    that contains two or more partial words

    just by entering
    phrase – rror 2016
    space will act like AND
    and the order of the words does not matter

    so it can find lines
    2016.11 Error fdsfdsfds
    Error 2016.12.43 fdfsdfsdfsdfd

    i know it can be done with regular expressions
    but it is complicated when you want to search something fast

    #21629
    Bogumil Dzienis
    Participant

    Maybe there is a better way for searching than
    making regular expressions like this

    sandbox – 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.