|
25 | 25 | * @method string decrement(string $text, string $separator = '_')
|
26 | 26 | * @method string dirFromFile(string $file)
|
27 | 27 | * @method string dirSeparator(string $directory)
|
| 28 | + * @method string dynamic(string $text, string $leftDelimiter = "{", string $rightDelimiter = "}", string $separator = "|") |
28 | 29 | * @method string encode($data, int $options = 0, int $depth = 512)
|
29 | 30 | * @method bool endsWith(string $haystack, string $needle, bool $ignoreCase = true)
|
| 31 | + * @method mixed filter(array $collection, callable|null $method) |
30 | 32 | * @method mixed first(array $collection, callable $method = null)
|
31 | 33 | * @method string firstBetween(string $text, string $start, string $end)
|
32 | 34 | * @method mixed firstKey(array $collection, callable $method = null)
|
|
38 | 40 | * @method string humanize(string $text)
|
39 | 41 | * @method bool includes(string $haystack, string $needle)
|
40 | 42 | * @method string increment(string $text, string $separator = '_')
|
| 43 | + * @method string interpolate(string $message, array $context = [], string $leftToken = "%", string $rightToken = "%") |
41 | 44 | * @method bool isAnagram(string $first, string $second)
|
42 | 45 | * @method bool isBetween(int $value, int $start, int $end)
|
43 | 46 | * @method bool isLower(string $text, string $encoding = 'UTF-8')
|
|
0 commit comments