Help for this page
SELECT "string" REGEXP "some regex";
SELECT col1, col2, ... FROM table WHERE col1 REGEXP 'your regex'