in reply to Re^2: Find all strings containing "a" characters, that are not followed by "b" characters.
in thread Find all strings containing "a" characters, that are not followed by "b" characters.

If only I'd knew that logic operators like "and" would work with regular expressions! In my Lama book (5th edition) it is written, that they actualy DO NOT work with regexps (or something has messed up in my head :). I'll check it tomorrow, now gonna sleep). Thank you everyone, guys!
  • Comment on Re^3: Find all strings containing "a" characters, that are not followed by "b" characters.

Replies are listed 'Best First'.
Re^4: Find all strings containing "a" characters, that are not followed by "b" characters.
by Anonymous Monk on Dec 12, 2012 at 20:09 UTC

    Well, // is m//, the match operator, it is not a regexp :)

    "logical and" works with m//atch operator, not regexp