Method: Asciidoctor::Extensions::InlineMacroProcessor#regexp

Defined in:
lib/asciidoctor/extensions.rb

#regexpObject

Lookup the regexp option, resolving it first if necessary. Once this method is called, the regexp is considered frozen.


632
633
634
# File 'lib/asciidoctor/extensions.rb', line 632

def regexp
  @config[:regexp] ||= resolve_regexp @name.to_s, @config[:format]
end