limite de mot regex postgres

select * from table_name where column ~* '\yAB\y';
2Bowls