joan / yii2-widget-stringmanipulation
String manipulation
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-25 16:54:08 UTC
README
String manipulation
Installation
The preferred way to install this extension is through composer.
Either run
composer require joan/yii2-widget-stringmanipulation "dev-master"
or add
"joan/yii2-widget-stringmanipulation": "dev-master"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
1.- Minimize to certain numbers of characters.
use joan\string\StringManipulation; <?= StringManipulation::widget([ 'type' => StringManipulation::TYPE_MINIMIZE_STRING, 'string' => "Oh, you can't help that,'said the Cat:' we're all mad here. I'm mad. You're mad.", 'length' => 40, ]) ?>
Result => Oh, you can't help that,'said the Cat...
2.- Remove signs.
use joan\string\StringManipulation; <?= StringManipulation::widget([ 'type' => StringManipulation::TYPE_REMOVE_SIGN, 'string' => "Oh, $ you can't help that,'@said the Cat:' we're*all mad here. I'm mad.*You're mad.", ]) ?>
Result => Oh you can t help that said the Cat we re all mad here I m mad You re mad
2.- Random.
use joan\string\StringManipulation; <?= StringManipulation::widget([ 'type' => StringManipulation::TYPE_RANDOM_STRING, 'length' => 20, ]) ?>
Result => iGCS3gDGD3eZvgC5ZGDC