Skip to content

JS-Void-Packages/void-supper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

void-supper

add title method from python to JS.

Example :

const { upper, sUpper, aUpper } = require('void-supper');

let text = 'hello there';
let text1 = 'insert_text_here';

// convert hello there into Hello There
console.log(upper(text));

// convert insert_text_here into Insert Text Here
console.log(upper(text1));

// convert hello there into Hello there
console.log(sUpper(text));

// convert hello there into hello There
console.log(aUpper(text, 1));

About

Add title from Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors