rsub.cr

rsub.cr is a Crystal library for string replacement from the right-hand side.

Dependencies

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  rsub:
    github: alexherbo2/rsub.cr
  1. Run shards install.

Usage

require "rsub"

See src/rsub.cr for a complete reference.