two_regexps.sql 146 B

12345
  1. /* postgres can not */
  2. $is_abc = Pire::Match(".*abc");
  3. $_is_wtf = Pire::Match(".*wtf");
  4. SELECT * FROM plato.Input WHERE $is_abc(value) LIMIT 10;