Showing 10 of 2,133 results.

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 .

Laravel 5 String Helpers: ends_with global helper

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...

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 ( ' . ' ) / }}

Installing Linguistics for Adobe Brackets

Hello, there! In this guide we are going to look at how to install the Linguistics for Adobe Brackets plugin, an offline as-you-type spell checking plugin. This guide was written for the latest version of Brackets (at the time of writing) -...

Basic Filtering

Meerkat filters allow you to quickly locate the precise data you need to implement your front end designs.