Postgres Regex -Wortgrenze

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