Regex > createSlug() method > returns slug for given value

This commit is contained in:
Meritoo
2019-02-21 23:10:53 +01:00
parent d46548d102
commit 79c09a26a6
9 changed files with 178 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ var_dump($simpleCollection->has('dolor')); // bool(true)
2. [**Collection of elements**](Collection-of-elements.md)
3. [Exceptions](Exceptions.md)
4. [Static methods](Static-methods.md)
1. [Regex](Static-methods/Regex.md)
5. [Value Objects](Value-Objects.md)
[‹ Back to `Readme`](../README.md)