Class DataMapper::Query::Conditions::RegexpComparison
In: lib/dm-core/query/conditions/comparison.rb
Parent: AbstractComparison

Tests whether the value in the record matches the expected regexp set for the Comparison.

Methods

valid?  

Public Instance methods

Checks that the Comparison is valid

@see AbstractComparison#valid?

@api semipublic

[Validate]