# File lib/asciidoctor/abstract_node.rb, line 559
  def is_uri? str
    Helpers.uriish? str
  end