mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-06 05:17:34 +02:00
Merge pull request #139 from tomeh/documentation-fixes
Updated documentation.
This commit is contained in:
@@ -111,9 +111,9 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
|
|||||||
* search for the start string.
|
* search for the start string.
|
||||||
*
|
*
|
||||||
* @param string $start Delimiter marking the start of the substring
|
* @param string $start Delimiter marking the start of the substring
|
||||||
* @param string $end Delimiter marketing the end of the substring
|
* @param string $end Delimiter marking the end of the substring
|
||||||
* @param int $offset Index from which to begin the search
|
* @param int $offset Index from which to begin the search
|
||||||
* @return Stringy Object whose $str has been converted to an URL slug
|
* @return Stringy Object whose $str is a substring between $start and $end
|
||||||
*/
|
*/
|
||||||
public function between($start, $end, $offset = 0)
|
public function between($start, $end, $offset = 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user