Showing 10 of 2,133 results.

se_random_id Tag

The se_random_id tag may be used to generate a random element ID. By default generates an ID that is 16 characters long. Generated IDs always begin with the el prefix (which is factored into the final length). The minimum length this tag can...

Laravel 5.5 String Helper Method: title

This method will convert the given $value to look like a traditional print title. This method essentially will transform the entire $value to its lower cased equivalent and then uppercase the first character of each word it finds. This method may...