# File lib/autumn/stem.rb, line 591
    def nick?(str)
      str.match(@nick_regex) != nil
    end