Skip to content
/ slugify Public

Takes a string and makes a user friendly and URL valid string.

Notifications You must be signed in to change notification settings

cannin/slugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slugify

Overview

Takes a string and makes a user friendly and URL valid string.

This package has no dependencies and relies on base R functions

Installation

library("devtools")
devtools::install_github("cannin/slugify")

Usage

library(slugify)
slugify("HELLO WORLD!!!") # Returns: "hello_world"
slugify("HELLO+WORLD", non_alphanum_replace="_") # Returns: "hello_world"

About

Takes a string and makes a user friendly and URL valid string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages