Files
Twig/doc
Fabien Potencier 606f88b1bc feature #1209 added the starts with, ends with, and matches operators (fabpot)
This PR was merged into the master branch.

Discussion
----------

added the starts with, ends with, and matches operators

Adds three new operators:

 * `ends with`
 * `starts with`
 * `matches`

I've not added the `contains` operator as it would be equivalent with the existing `in` one.

TODO:

 * [x] add docs
 * [x] fix on PHP 5.2.

Commits
-------

b66181d added the starts with, ends with, and matches operators
2013-10-02 21:38:09 +02:00
..
2013-08-27 15:48:13 -07:00
2013-09-28 10:52:00 +02:00
2013-09-28 10:52:00 +02:00
2013-08-28 08:01:53 +02:00
2013-09-28 10:52:29 +02:00