Search

Showing 7 of 2,041 result(s)

/antlers-toolbox/antlers-run

Antlers Run is a free service that allows users to create, experiment, and share Antlers code with others through their browser. It may be accessed at https://run.antlers.dev .

/blog/2017/11/30/checking-if-a-string-ends-with-a-particular-value-in-laravel-laravel-55-string-helper-method-endswith

The endsWith is used to check if a given $haystack ends with any of the supplied $needles . The $haystack is any value that can be cast into a string, and $needles is any value that can be cast into an array. If the $haystack ends with any of the...

/blog/2017/12/06/laravel-5-string-helpers-uppercasing-the-first-word-of-a-value

The endsWith is used to check if a given $haystack ends with any of the supplied $needles . The $haystack is any value that can be cast into a string, and $needles is any value that can be cast into an array. If the $haystack ends with any of the...

/site-essentials-for-statamic/v1/antlers-modifiers/se_str_finish-modifier

The se_str_finish modifier may be used to ensure a given string always ends with the provided cap. 1 {{# the value. #}} 2 {{ 'the value.' | se_str_finish ( '.' ) / }} 3   4 {{# the value. #}} 5 {{ 'the value' | se_str_finish ( '.' ) / }}

/blog/2015/07/12/sublime-text-snippets-for-leanpub

Free collection of Sublime Text snippets for writing LeanPub books over at GitHub