Skip to content

drboboev/SortWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SORTING WORDS

Requirements:

  • PHP 7.1 or higher

Installation:

composer require drboboev/sortwords

Usage:

Add class to your code:

use drboboev\SortWords\SortWords;

Create object:

$sortWords = new SortWords();

Run function sort() with $str as argument:

$string = $sortWords->sort($str);

sort() function returns string with sorted words.

About

Sorting words in string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages