Mysql Regex Match exact
select * from user where first_name REGEXP '^john$';
Grepper
select * from user where first_name REGEXP '^john$';