Class: Ldaptic::MatchingRules::CaseExactMatch

Inherits:
OctetStringMatch show all
Defined in:
lib/ldaptic/matching_rules.rb

Direct Known Subclasses

CaseExactIA5Match, CaseIgnoreMatch

Instance Method Summary collapse

Methods inherited from OctetStringMatch

#match

Instance Method Details

#matchable(value) ⇒ Object



32
33
34
# File 'lib/ldaptic/matching_rules.rb', line 32

def matchable(value)
  super.gsub(/ +/, '  ').sub(/\A */, ' ').sub(/ *\z/, ' ')
end