# File lib/asciidoctor/lexer.rb, line 2218 def self.sanitize_attribute_name(name) name.gsub(REGEXP[:illegal_attr_name_chars], '').downcase end