Regular expressions are a lot more complex than the simple searches, like MySQL's WHERE LIKE syntax.
Because of that, they will usually perform somewhat slower.
They can be highly useful in certain situations, but if you can manage without them I would advise you to do so.
Comment