# File lib/rack/mount/vendor/regin/regin/expression.rb, line 45
    def anchored_to_start_of_line?
      anchored_to_start? || (first.is_a?(Anchor) && first == '^')
    end