We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135658a commit d54f33dCopy full SHA for d54f33d
README.md
@@ -29,6 +29,7 @@ echo (new LasseRafn\Initials\Initials)->name('Justine Bieber')->generate();
29
echo (new LasseRafn\Initials\Initials('John Christian Doe'))->generate(); // Output: JD
30
echo (new LasseRafn\Initials\Initials)->generate('Leonardo'); // Output: LE
31
echo (new LasseRafn\Initials\Initials)->length(1)->generate('Camilla'); // Output: C
32
+echo (new LasseRafn\Initials\Initials)->length(3)->name('Jens Ølsted')->getUrlfriendlyInitials(); // Output: JOL
33
````
34
35
## Supported methods and parameters
@@ -43,4 +44,4 @@ $initials->name('Albert Magnum')->length(3)->generate();
43
44
45
46
## Requirements
-* PHP 7.0 or 7.1
47
+* PHP 7.0 or 7.1
0 commit comments