Method: Sequel::Postgres::DatasetMethods#supports_regexp?
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
permalink #supports_regexp? ⇒ Boolean
PostgreSQL supports pattern matching via regular expressions
2245 2246 2247 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 2245 def supports_regexp? true end |