# File lib/regin/expression.rb, line 33
    def anchored_to_start?
      first.is_a?(Anchor) && first == '\A'
    end