Handlebar Helpers to remove end digits from coupon code?

Hi, @jakenaydock508.

Borrowing from a recent post, I think this snippet should trim the last couple chars as expected:

{{substring coupon 0 (subtract coupon.length "2")}}