# File lib/brakeman/checks/check_validation_regex.rb, line 40
  def process_validates_format_of validator
    if value = hash_access(validator.last, WITH)
      check_regex value, validator
    end
  end