On the one hand, there are many poeple who seem to see regular expressions as the holy grail. Something that looks so complicated just must be the answer to any question. So they think that every problem is solvable using regular expressions.
But on the other hand, there are also many people who try to avoid regular expressions on any cost. They try to find a way around regular expressions and accept additional coding even if a regular expressions would be the easiest way, just for the sake of it.
So why are regular expressions considered so controversial? Is it just the misunderstanding about how they work? Or is it the broad belief, that regular expressions must be slow in general?
