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 c8b3077 commit 8e76b23Copy full SHA for 8e76b23
README.md
@@ -35,3 +35,5 @@ foo: '@=format("%s", "output")'
35
* `dateTime(string $string) : string` => Returns new DateTimeImmutable object formatted according to the specified format
36
* `formatDate(string $string) : string` => Returns date formatted according to given format
37
* `indexOf(string $haystack, string $needle, int $offset) : int|false` => Find the position of the first occurrence of a substring in a string
38
+* `truncate(string $string, int $limit) : string` => Truncates the string and adds "…" at the end, if the string is longer than the limit
39
+
0 commit comments