added the starts with, ends with, and matches operators
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 29 Sep 2013 07:40:36 +0000 (09:40 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 2 Oct 2013 19:13:57 +0000 (21:13 +0200)
commitb66181d1c56c5c8166194b4a9694f64084de79b0
tree7df283f25350ac89ceb05fd4b426b6f9c7f0c2b2
parenta0abed01eb4da79838d06db823d82a9c5cf6e6d0
added the starts with, ends with, and matches operators
CHANGELOG
doc/templates.rst
lib/Twig/Extension/Core.php
lib/Twig/Node/Expression/Binary/EndsWith.php [new file with mode: 0644]
lib/Twig/Node/Expression/Binary/Matches.php [new file with mode: 0644]
lib/Twig/Node/Expression/Binary/StartsWith.php [new file with mode: 0644]
test/Twig/Tests/Fixtures/expressions/ends_with.test [new file with mode: 0644]
test/Twig/Tests/Fixtures/expressions/matches.test [new file with mode: 0644]
test/Twig/Tests/Fixtures/expressions/starts_with.test [new file with mode: 0644]