Regular Expression MySQL

_          Placeholder for an arbitrary character.
%          Placeholder for arbitrarily many (including 0) characters (but not for NULL).
\_         The underscore character _.
\%         The percent sign %.