Module: ConvenientGrouper::Regex::Expression
- Defined in:
- lib/convenient_grouper/regex.rb
Constant Summary collapse
- COMPARISON =
e.g. ‘> 1’ and ‘<= 4’
/^[<, >]={0,1}\s.+$/
- INEQUALITY =
e.g. “!= 4” and “!= ‘one’”
/!=.+/
- NOT_NULL =
/^IS NOT NULL$/i