Download the PHP package uwebpro/substring without Composer
On this page you can find all versions of the php package uwebpro/substring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package substring
UWebPro\Substring
A miniature library to add a substring function/method to your work.
Function Usage
Trait Usage
class MyClass{
use UWebPro\Str\Substring;
public function myMethod($document){
...
return $this->substring($document, 'start', 'end');
}
}
All versions of substring with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package uwebpro/substring contains the following files
Loading the files please wait ....