Skip to content

itinance/SimplifyTwigExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplifyTwigExtension

Brings ezComponents str_simplify-function to Twig

Substitutes newlines, tabs, and multiple spaces from the string $str and replaces it with a single blank. Whitespace in the beginning and at the end of the $str are removed

Stolen from the former ezComponents-Framework

Installation using composer:

    "repositories": [
        {
            "type": "git",
            "url": "git@github.com:itinance/SimplifyTwigExtension.git"
        }
    ],
    "require": {
        "itinance/SimplifyTwigExtension": "dev-master"
    },

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages