Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clemzarch authored Aug 18, 2023
1 parent c8b3077 commit 8e76b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ foo: '@=format("%s", "output")'
* `dateTime(string $string) : string` => Returns new DateTimeImmutable object formatted according to the specified format
* `formatDate(string $string) : string` => Returns date formatted according to given format
* `indexOf(string $haystack, string $needle, int $offset) : int|false` => Find the position of the first occurrence of a substring in a string
* `truncate(string $string, int $limit) : string` => Truncates the string and adds "…" at the end, if the string is longer than the limit

0 comments on commit 8e76b23

Please sign in to comment.