alonho/pql

Consider changing 'a == regex("foo")' to 'a.matches("foo")' or 'matches(a, "foo")'

alonho opened this issue · 0 comments

Consider changing 'a == regex("foo")' to 'a.matches("foo")' or 'matches(a, "foo")'