Download the PHP package zenstruck/string without Composer
On this page you can find all versions of the php package zenstruck/string. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zenstruck/string
More information about zenstruck/string
Files in zenstruck/string
Download zenstruck/string
More information about zenstruck/string
Files in zenstruck/string
Vendor zenstruck
Package string
Short Description String utilities
License MIT
Homepage http://zenstruck.com/projects/string
Package string
Short Description String utilities
License MIT
Homepage http://zenstruck.com/projects/string
Keywords string
Please rate this library. Is it a good library?
Informations about the package string
zenstruck/string
Various string utility functions for PHP. A Twig Extension is available.
Installation
composer require zenstruck/string
Usage
remove_whitespace
Replaces
with a single space and converts multiple sequential spaces into a
single space.
null_trim
Similar to core "trim" but returns null instead of an empty string. When an array is passed, all elements get processed recursively.
truncate_word
Truncates text to a length without breaking words (calls remove_whitespace
before truncating).
All versions of string with dependencies
PHP Build Version
Package Version
No informations.
The package zenstruck/string contains the following files
Loading the files please wait ....