I\'m stuck with a simple regular expression. Not sure what I\'m missing. A little rusty on regex skills.
The expression I\'m trying to match is:
sele
PostgreSQL's LIKE operator doesn't support [charlist], however SIMILAR TO does.
LIKE
SIMILAR TO
check HERE for a comprehensive list across DBs