Regexp is an operator of MySQL. It is used for pattern matching. It compares the given pattern in the column and returns the items which are matching with the patterns.
select name from table_name where column_name regexp 'pattern';
Database:
Insert:
Table:
Query: