Download the PHP package gorriecoe/silverstripe-dbstringextras without Composer
On this page you can find all versions of the php package gorriecoe/silverstripe-dbstringextras. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gorriecoe/silverstripe-dbstringextras
More information about gorriecoe/silverstripe-dbstringextras
Files in gorriecoe/silverstripe-dbstringextras
Package silverstripe-dbstringextras
Short Description Adds extra methods to Silverstripe DBStrings to help manipulate them.
License BSD-3-Clause
Homepage http://github.com/gorriecoe/silverstripe-dbstringextras
Informations about the package silverstripe-dbstringextras
Silverstripe DBString Extras
Adds extra methods to Silverstripe DBStrings to help manipulate them.
Installation
Composer is the recommended way of installing SilverStripe modules.
Requirements
- silverstripe/framework ^4.0
Maintainers
Documentation
StrReplace
Replace all occurrences of the search string with the replacement string.
PHP
Template
Input = Output
Nice
Converts this camel case and hyphenated string to a space separated string.
PHP
Template
Input = Output
Hyphenate
Converts this camel case string to a hyphenated, kebab or spinal case string.
PHP
Template
Input = Output
RemoveSpaces
Removes spaces from this string.
PHP
Template
Input = Output
Highlight
Converts square brackets [] within this string to a spans with css class.
PHP
Template
Input = Output
SplitLines
Separates this string by lines into an ArrayList.
Template
Input = Output
Explode
Separates this string by specified the delimiter.
Template
Input = Output