fahmiardi/support

Contains string function to limit words

dev-master / 0.1.x-dev 2017-04-28 21:28 UTC

This package is not auto-updated.

Last update: 2024-04-19 17:26:36 UTC


README

<?php

use Fahmiardi\Support\Str;

$words = "Testing words",
$limitWords = Str::words_limiter($words, 1);