mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
3ddff676f8f6484dc9e922ca36345940e2834606
I was (somehow) misled by the example, thinking `'1234'[2:]` outputs `34` because it `2:` mean copy the last 2 characters... This happens when you are in a hurry and didn't look into the text. Let makes it less ambiguous.
…
Twig, the flexible, fast, and secure template language for PHP
Twig is a template language for PHP, released under the new BSD license (code and documentation).
Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.
More Information
Read the documentation for more information.
Description
Languages
PHP
99.9%
