Subject Re: [ib-support] Features and Comparisons to PostgreSQL
Author Adrian Roman
> > > 14. Regular expression support
> > Yes. You use the LIKE in your WHERE clause.
>
> Wildcard masks with LIKE operator, but no regular expressions (yet).

Couldn't be an UDF used for that?
Something like
select name from my_table where udf_regexp(name,"my_regular_expression")?


Adrian R