Could someone tell me, does the method like substr in PHP (http://pl2.php.net/manual/en/function.substr.php) exist in Django templates?
Could someone tell me, does the method like substr in PHP ( http://pl2.php.net/manual/en/function.substr.php )
Share
You can use the
slicefilter, though I don’t think there’s an equivalent to the$lengthargument.