Postgres Regex Word limite
select * from table_name where column ~* '\yAB\y';
2Bowls
select * from table_name where column ~* '\yAB\y';