# File lib/marc/record.rb, line 174
    def =~(regex)
      return self.to_s =~ regex 
    end