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