in reply to Re: A Quick Regex Question
in thread A Quick Regex Question

That was my first thought also, but I'm not positive that the original poster meant this.

Instead of p or e or r or l, I thought that the requirement was p and e and r and l (in any order). So I would expect that "orange" wouldn't be a valid match, given that it doesn't contain 'p' and 'l'. The given character class does, of course, match "orange" just fine.