rsub

Version, currently master branch1 version
  • master branchlatestApr 1, 2021

github.com/alexherbo2/rsub.cr

A Crystal library for string replacement from the right-hand side

1 stars
0 dependents
License: Unlicense

Installation

# Add this to your shard.yml
dependencies:
  rsub:
    github: alexherbo2/rsub.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.0.0
License
Unlicense

Dependencies

This version declares no dependencies.

README

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.