Download the PHP package faheem2407/play-with-string without Composer
On this page you can find all versions of the php package faheem2407/play-with-string. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download faheem2407/play-with-string
More information about faheem2407/play-with-string
Files in faheem2407/play-with-string
Download faheem2407/play-with-string
More information about faheem2407/play-with-string
Files in faheem2407/play-with-string
Vendor faheem2407
Package play-with-string
Short Description This is a very basic but useful package to manipulate strings
License MIT
Package play-with-string
Short Description This is a very basic but useful package to manipulate strings
License MIT
Please rate this library. Is it a good library?
Informations about the package play-with-string
Basic String Manipulation
How to use this package:
- create a fresh laravel project or inside your existing project just require this : composer require faheem2407/play-with-string
- create an object of class StringHelper like this: $object = new StringHelper("pass a string or sentance here");
- call upper function to make the passing sentance uppercase like this: echo $object->upper(); output: PASS A STRING OR SENTENCE HERE
- call lower function to make the passing sentance lowercase like this: echo $object->lower(); output: pass a string or sentance here
- call reverse function to make the passing sentance revese: echo $object->reverse(); output: ereh ecnatnes ro gnirts a ssap
All versions of play-with-string with dependencies
PHP Build Version
Package Version
No informations.
The package faheem2407/play-with-string contains the following files
Loading the files please wait ....