regular expressions
Regular Expressions in JavaScript don't support the single-line mode
Today, while working on a gadget involving some client-side development I have discovered that JavaScript doesn't support the single-line mode for Regular Expressions (Regex). Now why is that bad?