# File lib/regin/expression.rb, line 29
    def anchored?
      anchored_to_start? && anchored_to_end?
    end