in reply to Re^3: 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.

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

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

  • Comment on Re^4: Find all strings containing "a" characters, that are not followed by "b" characters.