merged branch innsand/split-filter_fix (PR #811)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 16 Oct 2012 12:33:18 +0000 (14:33 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 16 Oct 2012 12:33:18 +0000 (14:33 +0200)
This PR was merged into the master branch.

Commits
-------

d5df200 * bug fixes. * str_split on empty delimeter. * tests and documentation updated.
e3c201a Added "split" filter aka explode.

Discussion
----------

Split filter fix

Modification of request #621:
str_split, bug fixes

---------------------------------------------------------------------------

by senz at 2012-08-21T05:56:51Z

@fabpot this is squashed and fixed (hopefully) #621

1  2 
doc/filters/index.rst
lib/Twig/Extension/Core.php

@@@ -19,8 -18,8 +19,9 @@@ Filter
      lower
      striptags
      join
+     split
      reverse
 +    abs
      length
      sort
      default
Simple merge