Postgres Regex Word Boundary

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