Regex to match lines containing multiple strings in Java
by Paul Kiddie • July 30, 2009 • java, regex • 1 Comment
I spent a disproportionate amount of time today trying to get my head round some Java regular expression code that would match against certain lines in a log file which had a number of given words in it. Thanks to this entry on Stack Overflow, who posed a similar question, I converted the code from [...]
Read more →