# File lib/rhc/cartridge_helper.rb, line 23
    def cart_regex(cart)
      "^#{cart.rstrip}(-[0-9\.]+){0,1}$"
    end