Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm Build Status Coverage Status GitHub stars GitHub last commit GitHub issues number one badge number one badge GitHub commit activity

A String Library

from your friend Tori

👋 👋 👋

string.capitalize()

A capitalization method with many options.

let string = 'hello how are you'

string.capitalize('all') -> output: HELLO HOW ARE YOU

string.capitalize('firstLetter') -> output: Hello how are you

string.capitalize('allFirstLetter') -> output: Hello How Are You

string.clean()

A method that will clean spaces from your strings.

let string = ' hello how are you '

string.clean('trimSpaces') -> output: 'hello how are you'

string.clean('trimAllSpaces') -> output: 'hello how are you'

string.changeCase()

A method that will change the casing of your code.

let string = ' hello how are you?'

string.changeCase('kabob') -> output: hello-how-are-you

string.changeCase('snake') -> output: hello_how_are_you

string.changeCase('camel') -> output: helloHowAreYou

About

Strings Lib for FEW 2.1.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages