Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

GoDocBuild StatusCoverage Status

Overview

prm is a small golang library that replaces special characters in a string so that it may be used as part of a ‘pretty’ URL. Slug generator. It's very fast, simple and configurable.

Usage

package main
import (
"fmt""github.com/romanyx/prm"
)
funcmain() {
prm.Parameterize("Computer world", '-') // "computer-world"
}

About

Golang string parameterizer

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages